Skip to content

Commit

Permalink
failing tests should fail a pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
samgzman committed Oct 13, 2023
1 parent 0de5888 commit 027a44b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
test-autogenerated:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
features:
Expand All @@ -31,7 +30,6 @@ jobs:

test-scenarios:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
features:
Expand Down

0 comments on commit 027a44b

Please sign in to comment.