Skip to content

Partly fix FSI tests (parallel Taylor-Hood test currently fails\!) #293

Partly fix FSI tests (parallel Taylor-Hood test currently fails\!)

Partly fix FSI tests (parallel Taylor-Hood test currently fails\!) #293

Workflow file for this run

# tests installation of Ambit in devenv Docker container and execution of tests
name: testing
on:
push
jobs:
container-job:
runs-on: ubuntu-latest
container:
image: ghcr.io/marchirschvogel/ambit:devenv
steps:
- name: Checkout Ambit
run: git clone https://github.com/marchirschvogel/ambit.git
- name: Install latest Ambit dev version
run: python3 -m pip install git+https://github.com/marchirschvogel/ambit.git --no-cache-dir
- name: Switch to Ambit tests folder
run: cd ambit/tests
- name: Run Ambit tests
run: pytest