Skip to content

Run Goalie test suite #320

Run Goalie test suite

Run Goalie test suite #320

Workflow file for this run

name: 'Run Goalie test suite'
on:
# Run test suite whenever main is updated
push:
branches:
- main
# Run test suite whenever commits are pushed to an open PR
pull_request:
# Run test suite every Sunday at 1AM
schedule:
- cron: '0 1 * * 0'
jobs:
test_suite:
uses: mesh-adaptation/mesh-adaptation-docs/.github/workflows/reusable_test_suite.yml@main

Check failure on line 18 in .github/workflows/test_suite.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_suite.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test_suite.yml" -> "mesh-adaptation/mesh-adaptation-docs/.github/workflows/reusable_test_suite.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
install-command: 'python -m pip uninstall -y goalie && python -m pip install -e .'
test-command: |
python $(which firedrake-clean)
export GITHUB_ACTIONS_TEST_RUN=1
python -m coverage erase
python -m coverage run --source=goalie -m pytest -v --durations=20 test
python -m coverage report
changed-files-patterns: |
**/*.py
**/*.msh
**/*.geo