Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
slavastartsev committed Nov 22, 2024
1 parent 4fc0aa4 commit 626b633
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,16 @@ jobs:

- name: Build Playwright Cache
working-directory: ./apps/e2e
run: pnpm build:cache:headless
run: pnpm serve:test-dapp && pnpm build:cache:headless
env:
PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.target_url }}
# SECRET_WORDS: ${{ secrets.SECRET_WORDS }}
# WALLET_PASSWORD: ${{ secrets.WALLET_PASSWORD }}
SECRET_WORDS: 'test test test test test test test test test test test junk'
WALLET_PASSWORD: 'SynpressIsAwesomeNow!!!'

- name: Run Playwright tests
run: pnpm test:e2e:ci
run: pnpm serve:test-dapp && pnpm test:e2e:ci
env:
PLAYWRIGHT_TEST_BASE_URL: ${{ github.event.deployment_status.target_url }}
# SECRET_WORDS: ${{ secrets.SECRET_WORDS }}
Expand Down

0 comments on commit 626b633

Please sign in to comment.