Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Feb 27, 2024
1 parent aa6e34c commit 8d3355d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- run: cat package.json
- name: Restore modules cache
uses: actions/cache/restore@v4
with:
Expand Down Expand Up @@ -162,6 +163,8 @@ jobs:
npm run unit
# Skipping integration until we can get native arm64 runners
# npm run integration
- run: cat package.json
if: '!cancelled()'
- name: Update modules cache
uses: actions/cache/save@v4
# We always want to run this step even if the "test" step failed.
Expand Down

0 comments on commit 8d3355d

Please sign in to comment.