From 0964bc63c3d9151dcfdbe8e4ddf1a4624a887519 Mon Sep 17 00:00:00 2001 From: Stephen Cefali Date: Wed, 29 Nov 2023 13:16:43 -0800 Subject: [PATCH] adds debugging step --- .github/workflows/test.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c5539a73..6e7083d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 #