From 696e0e913b28085b3b6496a8e65f012463451e88 Mon Sep 17 00:00:00 2001 From: Rick Hennigan Date: Thu, 11 Jan 2024 13:46:17 -0500 Subject: [PATCH] Debugging a new error message during build --- .github/workflows/Build.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index bbc0a28f..ee2ce336 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -43,4 +43,13 @@ jobs: path: ${{ env.PACLET_BUILD_DIR }} - name: Test - run: wolframscript -f Scripts/TestPaclet.wls \ No newline at end of file + run: wolframscript -f Scripts/TestPaclet.wls + + - name: Upload stack data + if: always() && env.PACLET_STACK_HISTORY + uses: actions/upload-artifact@v3 + with: + name: test-paclet-stacks-${{ env.WOLFRAM_SYSTEM_ID }} + path: ${{ env.PACLET_STACK_HISTORY }} + retention-days: 1 + if-no-files-found: error \ No newline at end of file