Skip to content

Commit

Permalink
Debugging nonzero exit code during Windows testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Dec 19, 2024
1 parent e235479 commit 8fe6912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check-paclet.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Check Paclet

on:
schedule:
- cron: '30 12 * * *'
pull_request:
branches: ["main"]
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions Scripts/TestPaclet.wls
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ BeginPackage[ "Wolfram`PacletCICD`Scripts`" ];
Get @ FileNameJoin @ { DirectoryName @ $InputFileName, "Common.wl" };
checkResult @ Wolfram`PacletCICD`TestPaclet @ FileNameJoin @ { $pacDir, "Tests" };

Print[ "Finished testing" ];

EndPackage[ ];

0 comments on commit 8fe6912

Please sign in to comment.