Skip to content

fix clean.sh using old generated folder structure #99

fix clean.sh using old generated folder structure

fix clean.sh using old generated folder structure #99

Workflow file for this run

name: Test Porting to v3
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows manual triggering of the workflow
workflow_dispatch:
jobs:
test-porting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
- name: Generate preCICE Configuration
run: |
python FileGenerator.py
- name: Run Porting to v3 Tests
run: |
python -m pytest tests/test_porting_to_v3.py -s
- name: Run Porting of 8 examples
run: |
python -m pytest tests/generation-tests/test_generation.py -s