Skip to content

Simplify test workflow #337

Simplify test workflow

Simplify test workflow #337

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / Run Goalie test suite

Invalid workflow file

The workflow is not valid. In .github/workflows/test_suite.yml (Line: 28, Col: 11): Error from called workflow mesh-adaptation/docs/.github/workflows/reusable_test_suite.yml@simplify_test (Line: 31, Col: 14): Unexpected symbol: '|'. Located at position 19 within expression: github.repository | split('/')[-1]