Skip to content

Commit

Permalink
Force job to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 9, 2024
1 parent df75bcd commit f0597c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- if: steps.expected-to-fail.outcome != 'failure'
run: echo "Step expected to fail didn't fail" && exit 1
setup-matrix-macos:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- id: expected-to-fail
uses: druzsan/setup-matrix@feature/use-python-dockerfile
Expand Down

0 comments on commit f0597c8

Please sign in to comment.