Skip to content

Commit

Permalink
workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cs-balazs committed Jul 23, 2024
1 parent 4d72d50 commit 6d9ca13
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ jobs:
node-version: lts/*
- name: Install dependencies
run: npm ci
env:
WAAS_VIEM_URL: ${{ secrets.WAAS_VIEM_URL }}
WAAS_WEB_URL: ${{ secrets.WAAS_WEB_URL }}
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Build project
run: npm run build
env:
NEXT_PUBLIC_E2E_WALLET_MNEMONIC: ${{ secrets.NEXT_PUBLIC_E2E_WALLET_MNEMONIC }}
NEXT_PUBLIC_MOCK_CONNECTOR: true
- name: Run Playwright tests
run: npm run test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6d9ca13

Please sign in to comment.