From dd721b19895897960c338c79408d355973f4c3a9 Mon Sep 17 00:00:00 2001 From: Tom French Date: Fri, 9 Feb 2024 09:13:17 +0000 Subject: [PATCH] chore: fix docker test workflows --- .github/scripts/integration-test-browser.sh | 2 +- .github/scripts/integration-test-node.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/integration-test-browser.sh b/.github/scripts/integration-test-browser.sh index 2ace2723a20..81738b3273f 100755 --- a/.github/scripts/integration-test-browser.sh +++ b/.github/scripts/integration-test-browser.sh @@ -2,4 +2,4 @@ set -eu npx playwright install && npx playwright install-deps -yarn workspace integration-tests test +yarn workspace integration-tests test:browser 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