diff --git a/.github/workflows/sample_build.yml b/.github/workflows/sample_build.yml index 9cd98be4..926b1215 100644 --- a/.github/workflows/sample_build.yml +++ b/.github/workflows/sample_build.yml @@ -35,6 +35,7 @@ jobs: choco install vcpython27 -f -y - name: Generate sample project + shell: bash run: | if $should_fail; then python -m test.test_projects test.test_testing.project_with_a_failing_test sample_project @@ -45,6 +46,7 @@ jobs: should_fail: ${{ matrix.result == 'failure' }} - name: Build & test wheels + shell: bash run: | cd sample_project if $should_fail; then