We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a01064 commit e553bc0Copy full SHA for e553bc0
.github/workflows/test.yml
@@ -18,6 +18,11 @@ jobs:
18
run: npm ci
19
- name: Install headless Chromium for Playwright Browser
20
run: npx playwright install --with-deps --no-shell
21
+ - name: Start localhost
22
+ run: npm run start &
23
+ env:
24
+ REACT_APP_TEST_EVM_ADDR: ${{ secrets.REACT_APP_TEST_EVM_ADDR }}
25
+ REACT_APP_TEST_EVM_PK: ${{ secrets.REACT_APP_TEST_EVM_PK }}
26
- name: Run Playwright tests
27
run: npm test:e2e
28
env:
0 commit comments