Skip to content

Commit

Permalink
Update test-pr.yaml
Browse files Browse the repository at this point in the history
typecheck PRs
  • Loading branch information
airtonix authored Dec 6, 2023
1 parent 2a60269 commit 08ab2dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/workflows/setup

test:
needs: [build]
runs-on: ${{ matrix.runs-on }}
Expand Down Expand Up @@ -176,6 +176,7 @@ jobs:
- run: echo '@main def hello() = println("We need this spam print statement for bloop to exit correctly...")' | scala-cli _
if: ${{ contains(matrix.fixture, 'scala3') }}

- run: tsc --noEmit
- run: QUICKTEST=true FIXTURE=${{ matrix.fixture }} npm test

test-complete:
Expand Down

0 comments on commit 08ab2dc

Please sign in to comment.