Skip to content

Commit 081e8e4

Browse files
committed
refactor: update test job dependencies and correct test command in GitHub Actions workflow
1 parent e512208 commit 081e8e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040

4141
test:
4242
runs-on: ubuntu-latest
43+
needs: [lint, type-check]
4344
steps:
4445
- name: Checkout code
4546
uses: actions/checkout@v4
@@ -52,5 +53,5 @@ jobs:
5253
- name: Install dependencies
5354
run: npm clean-install
5455

55-
- name: Run TypeCheck
56+
- name: Run Unit Tests
5657
run: npm run test

0 commit comments

Comments
 (0)