diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index f22ee8b..d93cf31 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -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: @@ -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.