Skip to content

Commit

Permalink
Update ci-FEM.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande authored Aug 10, 2024
1 parent 15ac606 commit 6089808
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-FEM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
run: |
pip install .
- name: Test
run: |
pytest .
working-directory: tests/fem
#- name: Test
# run: |
# pytest .
# working-directory: tests/fem

- name: Create Verification Report
run: |
python build_verification_report.py false false --export-format=docx
python build_verification_report.py true true --export-format=docx
working-directory: tests/fem

- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6089808

Please sign in to comment.