Skip to content

Commit

Permalink
Add building to CI so we can catch these earlier in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Jan 20, 2024
1 parent 09ecad9 commit 504dde9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ jobs:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run test:unit

build:
name: npm run test:unit
needs: [check]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build

0 comments on commit 504dde9

Please sign in to comment.