Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Apr 12, 2024
1 parent 5922802 commit 3705e9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on-new-framework-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
node compiled/build-node/createclassdb/index.js html/resource/apidata
- name: Run Tests
run: qx test --target=build -v
run: |
npx playwright install
qx test --target=build -v
- name: Deploy to GH page
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 3705e9d

Please sign in to comment.