Skip to content

Commit 86276d2

Browse files
committed
fix: relink .github repo
1 parent d2545b3 commit 86276d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111

1212
tests-complete:
1313
name: tests
14-
needs: [tests]
14+
needs: [test]
1515
runs-on: ubuntu-latest
1616
if: always()
1717
steps:
1818
- name: Check test results
1919
run: |
20-
if [[ "${{ needs.tests.result }}" != "success" ]]; then
20+
if [[ "${{ needs.test.result }}" != "success" ]]; then
2121
echo "Tests failed"
2222
exit 1
2323
fi

0 commit comments

Comments
 (0)