Skip to content

Commit

Permalink
We don't really care about the logs generated by running the notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Dec 20, 2024
1 parent eb32240 commit 64309db
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
-o faulthandler_timeout=3660 \
-v unit-tests integration-tests examples
timeout-minutes: 120
- name: Prepare logs
if: always()
run: |
mkdir logs
cd /tmp/pytest-of-firedrake/pytest-*/
find . -name "*.log" -exec cp --parents {} /__w/gusto/gusto/logs/ \;
- name: Gusto jupyter_notebooks
run: |
. /home/firedrake/firedrake/bin/activate
Expand All @@ -64,13 +70,7 @@ jobs:
--timeout-method=thread \
-o faulthandler_timeout=1260 \
--nbval-lax \
jupyter_notebooks
- name: Prepare logs
if: always()
run: |
mkdir logs
cd /tmp/pytest-of-firedrake/pytest-0/
find . -name "*.log" -exec cp --parents {} /__w/gusto/gusto/logs/ \;
-v jupyter_notebooks
- name: Upload artifact
if: always()
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 64309db

Please sign in to comment.