From 8d3355dff828ae5eeaef64e69f104a535a187428 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Tue, 27 Feb 2024 12:38:32 -0500 Subject: [PATCH] debug --- .github/workflows/ci-workflow.yml | 3 +++ 1 file changed, 3 insertions(+) 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.