Skip to content

Commit

Permalink
Fix: CI should fail for build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoettgens committed Dec 7, 2024
1 parent a6e1d47 commit 6ddb758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI-distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
- name: "Build package"
uses: julia-actions/julia-buildpkg@v1
- name: "Build GAP package"
run: julia --color=yes --project=. -e 'using GAP; GAP.Packages.build_recursive("${{ matrix.gap-package }}")'
run: julia --color=yes --project=. -e 'using GAP; GAP.Packages.build_recursive("${{ matrix.gap-package }}") || exit(1)'
- name: "Run GAP package tests"
run: julia --color=yes --project=. -e 'using GAP, Test; GAP.Packages.test("${{ matrix.gap-package }}")'

0 comments on commit 6ddb758

Please sign in to comment.