We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
needs
1 parent b57d180 commit 8b08f0cCopy full SHA for 8b08f0c
1 file changed
.github/workflows/pull-request.yml
@@ -21,7 +21,7 @@ jobs:
21
unit-tests:
22
uses: ./.github/workflows/pr-tests.yml
23
integration-tests:
24
- needs: [ lint, out-of-order-migrations ]
+ needs: [out-of-order-migrations]
25
uses: ./.github/workflows/integration_tests.yml
26
publish-test-results:
27
needs:
@@ -46,5 +46,5 @@ jobs:
46
if: always()
47
with:
48
comment_mode: off
49
- fail_on: 'errors'
+ fail_on: "errors"
50
files: "artifacts/**/*.xml"
0 commit comments