Skip to content

Commit

Permalink
Try to make a job with checkable status for all tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
raar1 committed Oct 15, 2024
1 parent 2828022 commit cf6e525
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
build:
test:
name: GalerkinToolkit / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -63,6 +63,11 @@ jobs:
using Pkg
Pkg.develop(path=".")
Pkg.test("GalerkinToolkitExamples")'
all_tests:
name: All Tests and Examples
runs-on: ubuntu-latest
needs: [test, examples]

docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf6e525

Please sign in to comment.