mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
Update test version
This commit is contained in:
parent
fd69cec4ec
commit
59c19b56c2
1 changed files with 5 additions and 5 deletions
10
.github/workflows/CI.yml
vendored
10
.github/workflows/CI.yml
vendored
|
@ -3,10 +3,10 @@ on:
|
|||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- '**.yml'
|
||||
- "**.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.yml'
|
||||
- "**.yml"
|
||||
|
||||
defaults:
|
||||
run:
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
- run: mkdir project
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
version: v0.2.6
|
||||
version: v0.2.7
|
||||
path: "./project"
|
||||
|
||||
test_mac_version_and_path:
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
- run: mkdir project
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
version: v0.2.6
|
||||
version: v0.2.7
|
||||
path: "./project"
|
||||
|
||||
test_windows_version_and_path:
|
||||
|
@ -61,5 +61,5 @@ jobs:
|
|||
- run: mkdir project
|
||||
- uses: ./.github/actions/test
|
||||
with:
|
||||
version: v0.2.6
|
||||
version: v0.2.7
|
||||
path: "./project"
|
||||
|
|
Loading…
Reference in a new issue