Skip to content

Commit

Permalink
Make sure generated code is available in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnl committed Apr 25, 2024
1 parent ebb9a2a commit 15c0af4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
node-version: '20.12.x'
- run: npm ci
- run: cp .env-dist .env
- run: npm run build-glean
- run: npm run build-nimbus
- run: npm test
- uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit 15c0af4

Please sign in to comment.