Skip to content

Commit

Permalink
Merge pull request #41 from fverdugo/enhancements
Browse files Browse the repository at this point in the history
Enhancements
  • Loading branch information
fverdugo authored Feb 5, 2024
2 parents b4671ba + 711c10d commit de25f49
Show file tree
Hide file tree
Showing 27 changed files with 5,506 additions and 5,009 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,31 @@ jobs:
- uses: codecov/codecov-action@v2
with:
files: lcov.info
examples:
name: Examples with Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- '1.9'
os:
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@v1
- run: |
julia --project=extensions/GalerkinToolkitExamples -e '
using Pkg
Pkg.develop(path=".")
Pkg.test("GalerkinToolkitExamples")'
docs:
name: Documentation
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit de25f49

Please sign in to comment.