Skip to content

Commit

Permalink
actually run frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Aug 1, 2024
1 parent 8fcfabb commit 34f73cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ jobs:
run: git submodule init && git submodule update && chmod -R 777 regtest && cd regtest && ./start.sh
- name: Install dependencies
run: npm ci
- name: Start web app
run: npm run start &
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
run: |
npm run start &
sleep 10
npx playwright test
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 34f73cf

Please sign in to comment.