Skip to content

fixes show method crash for FEVectorBlock + additional show functions #47

fixes show method crash for FEVectorBlock + additional show functions

fixes show method crash for FEVectorBlock + additional show functions #47

name: ExtendableFEM Downstream Test
on:
pull_request:
branches:
- master
jobs:
test:
name: GitHub master
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- run: |
julia --project -e '
using Pkg
Pkg.add(url="https://github.com/WIAS-PDELib/ExtendableFEM.jl", rev="master")
Pkg.instantiate()
Pkg.test("ExtendableFEM")'