Skip to content

Use manual installation of preCICE in deal.II container #223

Use manual installation of preCICE in deal.II container

Use manual installation of preCICE in deal.II container #223

name: Heat transfer CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 8 * * 2' # run once in a week (here Tue at 8am)
jobs:
build:
runs-on: ubuntu-latest
container: dealii/dealii:master-jammy
timeout-minutes: 30
steps:
- name: build preCICE
uses: precice/setup-precice-action@main
with:

Check failure on line 21 in .github/workflows/heat_transfer_ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/heat_transfer_ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
precice-version: develop
install-prefix: /usr/local
- uses: actions/checkout@v4
- name: run test
run: cd tests/heat && ./run_tests.sh