From fab0776ce70ccc9e57d88a885ae7b7b19df625b9 Mon Sep 17 00:00:00 2001 From: ok-nick <25470747+ok-nick@users.noreply.github.com> Date: Mon, 18 Jul 2022 12:09:17 -0400 Subject: [PATCH] mkdir project --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 218f772..d75e424 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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"