Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ristomcgehee committed Jan 24, 2024
1 parent 6cca6fb commit f497446
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/javascript-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
github.event_name == 'push'
steps:
- name: Print event details
run: |
echo "${{ github.event_name }}"
echo "${{ github.event }}"
# https://github.com/actions/checkout/issues/518
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit f497446

Please sign in to comment.