Skip to content

Commit db90395

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

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/test.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
name: UI Automation Tests
2-
on: workflow_dispatch
1+
name: e2e
2+
on:
3+
pull_request:
4+
branches:
5+
- "*emre/test-automation"
6+
37
jobs:
48
playwright:
59
runs-on: ubuntu-latest
@@ -24,7 +28,7 @@ jobs:
2428
REACT_APP_TEST_EVM_ADDR: ${{ secrets.REACT_APP_TEST_EVM_ADDR }}
2529
REACT_APP_TEST_EVM_PK: ${{ secrets.REACT_APP_TEST_EVM_PK }}
2630
- name: Run Playwright tests
27-
run: npm test:e2e
31+
run: npm run test:e2e
2832
env:
2933
REACT_APP_TEST_EVM_ADDR: ${{ secrets.REACT_APP_TEST_EVM_ADDR }}
3034
REACT_APP_TEST_EVM_PK: ${{ secrets.REACT_APP_TEST_EVM_PK }}

0 commit comments

Comments
 (0)