Skip to content

Commit

Permalink
gh: save logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jperkin committed Dec 12, 2024
1 parent f3d3a63 commit 12ee448
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@ jobs:
sudo apt-get update
sudo apt-get install socat
PATH=/tmp/destdir/usr/sbin:${PATH}
make MACHINE_ARCH=x86_64 PKGIN=${GITHUB_WORKSPACE}/builds/bin/${{ matrix.version }}
make MACHINE_ARCH=x86_64 BATS_JOBS="-j 1 --no-tempdir-cleanup" PKGIN=${GITHUB_WORKSPACE}/builds/bin/${{ matrix.version }}
- name: Upload work areas
uses: actions/upload-artifact@v4
if: always()
with:
name: bats-run-${{ matrix.version }}
path: /tmp/bats-run-*

0 comments on commit 12ee448

Please sign in to comment.