Skip to content

Commit

Permalink
fix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Pusnow committed Jan 7, 2022
1 parent 5d9eb64 commit 87693a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test-wsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
run: cmake -E make_directory ${{github.workspace}}/build

- name: Configure CMake
# Use a bash shell so we can use the same syntax for environment variable
# access regardless of the host operating system
shell: bash
working-directory: ${{github.workspace}}/build
# Note the current convention is to use the -S and -B options here to specify source
# and build directories, but this is only available with CMake 3.13 and higher.
Expand All @@ -44,17 +41,14 @@ jobs:

- name: Build
working-directory: ${{github.workspace}}/build
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: cmake --build . --config $BUILD_TYPE

- name: Test
working-directory: ${{github.workspace}}/build
shell: bash
# Execute the build. You can specify a specific target with "--target <NAME>"
run: ./app/kens/kens-all-run-solution

- name: Test (Unreliable)
working-directory: ${{github.workspace}}/build
shell: bash
run: ./app/kens/kens-all-unreliable-run-solution

0 comments on commit 87693a6

Please sign in to comment.