From 80a149d8c6f0a6ffb3083aeb7e29eedcfba5ff6f Mon Sep 17 00:00:00 2001 From: maybeast <78227110+maybeast@users.noreply.github.com> Date: Thu, 1 Aug 2024 11:23:10 +0300 Subject: [PATCH] ci conf --- .github/workflows/playwright.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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