We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361e7b9 commit 4cc1a32Copy full SHA for 4cc1a32
.github/workflows/test.yml
@@ -1,5 +1,11 @@
1
name: UI Automation Tests
2
-on: workflow_dispatch
+on:
3
+ pull_request:
4
+ types:
5
+ - opened
6
+ branches:
7
+ - "wormholelabs-xyz:emre/test-automation"
8
+
9
jobs:
10
playwright:
11
runs-on: ubuntu-latest
@@ -24,7 +30,7 @@ jobs:
24
30
REACT_APP_TEST_EVM_ADDR: ${{ secrets.REACT_APP_TEST_EVM_ADDR }}
25
31
REACT_APP_TEST_EVM_PK: ${{ secrets.REACT_APP_TEST_EVM_PK }}
26
32
- name: Run Playwright tests
27
- run: npm test:e2e
33
+ run: npm run test:e2e
28
34
env:
29
35
36
0 commit comments