Skip to content

Commit 9da530e

Browse files
committed
Temp: Run job on this branch
Signed-off-by: Emre Bogazliyanlioglu <emre@wormholelabs.xyz>
1 parent 361e7b9 commit 9da530e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
name: UI Automation Tests
2-
on: workflow_dispatch
1+
name: e2e
2+
on: pull_request
3+
34
jobs:
45
playwright:
56
runs-on: ubuntu-latest
@@ -24,7 +25,7 @@ jobs:
2425
REACT_APP_TEST_EVM_ADDR: ${{ secrets.REACT_APP_TEST_EVM_ADDR }}
2526
REACT_APP_TEST_EVM_PK: ${{ secrets.REACT_APP_TEST_EVM_PK }}
2627
- name: Run Playwright tests
27-
run: npm test:e2e
28+
run: npm run test:e2e
2829
env:
2930
REACT_APP_TEST_EVM_ADDR: ${{ secrets.REACT_APP_TEST_EVM_ADDR }}
3031
REACT_APP_TEST_EVM_PK: ${{ secrets.REACT_APP_TEST_EVM_PK }}

0 commit comments

Comments
 (0)