Skip to content

attempting to add automatic testing #1

attempting to add automatic testing

attempting to add automatic testing #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
defaults:
run:
shell: bash -l {0}
jobs:
style:
runs-on: ubuntu-22.04
container:
image: dolfinx/dolfinx:stable
options: --user 1001 --privileged
name: CI test
steps:
- name: run code
uses: actions/checkout@v2
- name: run the file
run: cd example
run: mpirun -n 1 python3 -u poisson_example.py

Check failure on line 22 in .github/workflows/CI_testing.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/CI_testing.yml (Line: 22, Col: 9): 'run' is already defined