Skip to content

Commit

Permalink
Debugging a new error message during build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Jan 11, 2024
1 parent f4684a9 commit 696e0e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,13 @@ jobs:
path: ${{ env.PACLET_BUILD_DIR }}

- name: Test
run: wolframscript -f Scripts/TestPaclet.wls
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

0 comments on commit 696e0e9

Please sign in to comment.