Skip to content

Add third order Hessian taylor tests #152

Add third order Hessian taylor tests

Add third order Hessian taylor tests #152

Workflow file for this run

name: Test pull request
on:
pull_request:
branches:
- main
- future
jobs:
test_main:
if: github.base_ref == 'main'
uses: ./.github/workflows/test.yml
with:
source_ref: ${{ github.ref }}
firedrake_docker_version: dev-release
secrets: inherit
test_future:
if: github.base_ref == 'future'
uses: ./.github/workflows/test.yml
with:
source_ref: ${{ github.ref }}
firedrake_docker_version: dev-main
secrets: inherit