Skip to content

Commit

Permalink
Fix failure mode for windows job
Browse files Browse the repository at this point in the history
  • Loading branch information
regob committed Dec 4, 2024
1 parent 258e94f commit 96b9cb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
run: emacs --version
- uses: actions/checkout@v4
- name: Check startup
run: bash ./test/test_startup.sh
run: |
bash ./test/test_startup.sh
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }

0 comments on commit 96b9cb7

Please sign in to comment.