diff --git a/.github/scripts/integration-test-browser.sh b/.github/scripts/integration-test-browser.sh index c9cda58aab8..12195a88928 100755 --- a/.github/scripts/integration-test-browser.sh +++ b/.github/scripts/integration-test-browser.sh @@ -2,4 +2,4 @@ set -eu ./.github/scripts/playwright-install.sh -yarn workspace integration-tests test +yarn workspace integration-tests test:browser \ No newline at end of file diff --git a/.github/scripts/integration-test-node.sh b/.github/scripts/integration-test-node.sh index 7260ca4bb0f..b7f00c65620 100755 --- a/.github/scripts/integration-test-node.sh +++ b/.github/scripts/integration-test-node.sh @@ -2,4 +2,4 @@ set -eu apt-get install libc++-dev -y -yarn workspace integration-tests test +yarn workspace integration-tests test:node