Skip to content

Commit

Permalink
debag
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-dubinin committed Jul 2, 2024
1 parent 76893d7 commit 4eb0195
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
environment:
name: prod_swap_test
steps:
- name: print gh event
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo ${{github.event}} && echo "$GITHUB_CONTEXT"
- name: Check out repository
uses: actions/checkout@v4
- name: Setup Node.js
Expand Down

0 comments on commit 4eb0195

Please sign in to comment.