Skip to content

Commit 4cc1a32

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

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/test.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: UI Automation Tests
2-
on: workflow_dispatch
2+
on:
3+
pull_request:
4+
types:
5+
- opened
6+
branches:
7+
- "wormholelabs-xyz:emre/test-automation"
8+
39
jobs:
410
playwright:
511
runs-on: ubuntu-latest
@@ -24,7 +30,7 @@ jobs:
2430
REACT_APP_TEST_EVM_ADDR: ${{ secrets.REACT_APP_TEST_EVM_ADDR }}
2531
REACT_APP_TEST_EVM_PK: ${{ secrets.REACT_APP_TEST_EVM_PK }}
2632
- name: Run Playwright tests
27-
run: npm test:e2e
33+
run: npm run test:e2e
2834
env:
2935
REACT_APP_TEST_EVM_ADDR: ${{ secrets.REACT_APP_TEST_EVM_ADDR }}
3036
REACT_APP_TEST_EVM_PK: ${{ secrets.REACT_APP_TEST_EVM_PK }}

0 commit comments

Comments
 (0)