Skip to content

Commit

Permalink
ci: use build:testing in build job
Browse files Browse the repository at this point in the history
Signed-off-by: David Wallace <david.wallace@tu-darmstadt.de>
  • Loading branch information
MyPyDavid committed Nov 28, 2024
1 parent b730a23 commit 48c2de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
node-version: 18
cache: npm
- run: npm ci && npm run build:prod
- run: npm ci && npm run build:testing
# build the wheel
- uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 48c2de7

Please sign in to comment.