Skip to content

test fix

test fix #10

Workflow file for this run

name: test-workflow
on:
push:
branches: [ stable, develop ]
jobs:
build:
runs-on: ubuntu-latest
container:
image: alepalu/fdapde-docker-image:latest
steps:
- uses: actions/checkout@v2
- name: run_tests
run: |
cd test/
export Eigen3_DIR=/usr/share/cmake/Modules # reguired to let eigen3 work with CMake in alpine
chmod +x run_tests.sh
./run_tests.sh