mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
mkdir project
This commit is contained in:
parent
b999011306
commit
fab0776ce7
1 changed files with 3 additions and 3 deletions
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
|
@ -47,8 +47,8 @@ jobs:
|
|||
test_linux_version_and_path:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: mkdir project
|
||||
- uses: ./.github/actions/env
|
||||
run: "mkdir project"
|
||||
with:
|
||||
version: 0.2.2
|
||||
path: "./project"
|
||||
|
@ -56,8 +56,8 @@ jobs:
|
|||
test_mac_version_and_path:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- run: mkdir project
|
||||
- uses: ./.github/actions/env
|
||||
run: "mkdir project"
|
||||
with:
|
||||
version: 0.2.2
|
||||
path: "./project"
|
||||
|
@ -66,8 +66,8 @@ jobs:
|
|||
test_windows_version_and_path:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- run: mkdir project
|
||||
- uses: ./.github/actions/env
|
||||
run: "mkdir project"
|
||||
with:
|
||||
version: 0.2.2
|
||||
path: "./project"
|
||||
|
|
Loading…
Reference in a new issue