We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2545b3 commit 86276d2Copy full SHA for 86276d2
1 file changed
.github/workflows/tests.yml
@@ -11,13 +11,13 @@ jobs:
11
12
tests-complete:
13
name: tests
14
- needs: [tests]
+ needs: [test]
15
runs-on: ubuntu-latest
16
if: always()
17
steps:
18
- name: Check test results
19
run: |
20
- if [[ "${{ needs.tests.result }}" != "success" ]]; then
+ if [[ "${{ needs.test.result }}" != "success" ]]; then
21
echo "Tests failed"
22
exit 1
23
fi
0 commit comments