Skip to content

Commit fb738ee

Browse files
committed
verbose
1 parent 337ae72 commit fb738ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/e2e.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ jobs:
3232
run: |
3333
ls -l Build/Specs
3434
ls -l Specs/e2e
35+
- name: set verbose
36+
run: |
37+
DEBUG=pw:api
3538
- name: run e2e tests
36-
run: npm run test-e2e -- viewer.spec.js show-trace
39+
run: npm run test-e2e -- viewer.spec.js
3740
continue-on-error: true
3841
- name: test log 2
3942
run: |

0 commit comments

Comments
 (0)