diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 460d47f5..59b84dac 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -13,7 +13,9 @@ jobs: with: node-version: lts/* - name: Start regtest - run: git submodule init && git submodule update && chmod -R 777 regtest && ./regtest/start.sh + env: + COMPOSE_PROFILES: ci + run: git submodule init && git submodule update && chmod -R 777 regtest && cd regtest && ./start.sh - name: Install dependencies run: npm ci - name: Install Playwright Browsers