Skip to content

Commit e553bc0

Browse files
committed
Run dev server before test
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
1 parent 2a01064 commit e553bc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
run: npm ci
1919
- name: Install headless Chromium for Playwright Browser
2020
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 }}
2126
- name: Run Playwright tests
2227
run: npm test:e2e
2328
env:

0 commit comments

Comments
 (0)