Skip to content

Commit

Permalink
ci: move test:typescript to test step
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Sep 27, 2024
1 parent 5526db2 commit f91bf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- run: npm run start-fixtures-server &
- run: sleep 3
- run: npm run test --ignore-scripts
- run: npm run test:typescript
test:
runs-on: ubuntu-latest
needs: test_matrix
Expand All @@ -42,4 +41,5 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: npm ci
- run: npm run lint
- run: npm run test:typescript
if: ${{ always() }}

0 comments on commit f91bf6d

Please sign in to comment.