Skip to content

trying to implement auto testing #2

trying to implement auto testing

trying to implement auto testing #2

Workflow file for this run

name: CI
on:
push:
branches:
- numpy_debug_v2
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 test_file.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