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