Skip to content

Commit

Permalink
ci conf
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeast committed Aug 1, 2024
1 parent 48e9881 commit 80a149d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80a149d

Please sign in to comment.