Skip to content

Commit

Permalink
chore: fix docker test workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 10, 2024
1 parent b41ce8b commit 0b046d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/integration-test-browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -eu

npx playwright install && npx playwright install-deps
yarn workspace integration-tests test
yarn workspace integration-tests test:browser
2 changes: 1 addition & 1 deletion .github/scripts/integration-test-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -eu

apt-get install libc++-dev -y
yarn workspace integration-tests test
yarn workspace integration-tests test:node

0 comments on commit 0b046d6

Please sign in to comment.