Skip to content

Commit

Permalink
adds debugging step
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Cefali committed Nov 29, 2023
1 parent eef4d35 commit 0964bc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ env:
SENTRY_PROJECT: ${{ vars.SENTRY_PROJECT }}

jobs:
# Debugging Step: Check Git Repository
- name: Check Git Repository
run: |
git status
git log -1
# You're welcome to make changes on this job as part of your PR in order to test out your changes
# We can always undo the changes once we're satisfied with the results
#
Expand Down

0 comments on commit 0964bc6

Please sign in to comment.