Skip to content

Commit

Permalink
refactor: dump
Browse files Browse the repository at this point in the history
  • Loading branch information
stopsopa committed Aug 23, 2023
1 parent 3b2fa4b commit ce3555f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
with:
node-version: ${{ matrix.version }}

- name: Debug all
run: echo '${{ toJson(github) }}'
- name: Debug github.event
run: echo '${{ toJson(github.event) }}'
- name: Debug github
run: echo '${{ toJson(github) }}'

- name: test before bringing cache
run: |
Expand Down

0 comments on commit ce3555f

Please sign in to comment.