Skip to content

Commit

Permalink
extract test to separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholascus committed Jan 2, 2024
1 parent 2d7a1d2 commit 70f258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: yarn tsc
test:
runs-on: ubuntu-latest
name: Check typescript
name: Run tests
needs: [lint, tsc]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 70f258d

Please sign in to comment.