Skip to content

Commit

Permalink
improve log printing
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez committed Oct 30, 2024
1 parent 5a2f780 commit 3917e36
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/ci-sage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,7 @@ jobs:
shell: C:\tools\cygwin\bin\bash.exe --norc -eo pipefail -o igncr '{0}'
run: |
meson setup builddir
meson test -C builddir
- name: Print logs
if: always()
run: |
cat builddir/meson-logs/testlog.txt
meson test --print-errorlogs -C builddir
ubuntu-without-sage:
runs-on: ubuntu-latest
Expand All @@ -147,11 +143,7 @@ jobs:
- name: Build and check
run: |
meson setup builddir
meson test -C builddir
- name: Print logs
if: always()
run: |
cat builddir/meson-logs/testlog.txt
meson test --print-errorlogs -C builddir
linux:
uses: sagemath/sage/.github/workflows/docker.yml@develop
Expand Down Expand Up @@ -218,11 +210,7 @@ jobs:
X*) export ARCHFLAGS="-arch x86_64";;
esac
meson setup builddir
meson test -C builddir
- name: Print logs
if: always()
run: |
cat builddir/meson-logs/testlog.txt
meson test --print-errorlogs -C builddir
macos:
uses: sagemath/sage/.github/workflows/macos.yml@develop
Expand Down

0 comments on commit 3917e36

Please sign in to comment.