Update test version

This commit is contained in:
ok-nick 2022-09-16 22:58:22 -04:00
parent fd69cec4ec
commit 59c19b56c2
No known key found for this signature in database
GPG key ID: A93D451DB4F2EB17

View file

@ -3,10 +3,10 @@ on:
workflow_dispatch: workflow_dispatch:
push: push:
paths: paths:
- '**.yml' - "**.yml"
pull_request: pull_request:
paths: paths:
- '**.yml' - "**.yml"
defaults: defaults:
run: run:
@ -39,7 +39,7 @@ jobs:
- run: mkdir project - run: mkdir project
- uses: ./.github/actions/test - uses: ./.github/actions/test
with: with:
version: v0.2.6 version: v0.2.7
path: "./project" path: "./project"
test_mac_version_and_path: test_mac_version_and_path:
@ -50,7 +50,7 @@ jobs:
- run: mkdir project - run: mkdir project
- uses: ./.github/actions/test - uses: ./.github/actions/test
with: with:
version: v0.2.6 version: v0.2.7
path: "./project" path: "./project"
test_windows_version_and_path: test_windows_version_and_path:
@ -61,5 +61,5 @@ jobs:
- run: mkdir project - run: mkdir project
- uses: ./.github/actions/test - uses: ./.github/actions/test
with: with:
version: v0.2.6 version: v0.2.7
path: "./project" path: "./project"