Skip to content

Commit dd6da07

Browse files
committed
ci(test): fix job dependency
1 parent e4a4535 commit dd6da07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: "npm run test:ci"
3131
lint:
3232
runs-on: ubuntu-latest
33-
needs: test_matrix
33+
needs: test
3434
steps:
3535
- uses: actions/checkout@v3
3636
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)