mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +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:
|
test_linux_version_and_path:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: mkdir project
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/env
|
||||||
run: "mkdir project"
|
|
||||||
with:
|
with:
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
path: "./project"
|
path: "./project"
|
||||||
|
@ -56,8 +56,8 @@ jobs:
|
||||||
test_mac_version_and_path:
|
test_mac_version_and_path:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: mkdir project
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/env
|
||||||
run: "mkdir project"
|
|
||||||
with:
|
with:
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
path: "./project"
|
path: "./project"
|
||||||
|
@ -66,8 +66,8 @@ jobs:
|
||||||
test_windows_version_and_path:
|
test_windows_version_and_path:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
|
- run: mkdir project
|
||||||
- uses: ./.github/actions/env
|
- uses: ./.github/actions/env
|
||||||
run: "mkdir project"
|
|
||||||
with:
|
with:
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
path: "./project"
|
path: "./project"
|
||||||
|
|
Loading…
Reference in a new issue