Skip to content

Commit

Permalink
using the 3d tests instead of the normal tests in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
luguenth committed May 24, 2024
1 parent f48cee0 commit f41f7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: '16.x'
- run: npm ci
- run: npm run build
- run: npm run test
- run: npm run test:3d

release:
needs: [build]
Expand Down

0 comments on commit f41f7ff

Please sign in to comment.