Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Sep 3, 2024
1 parent 68c0dc3 commit a0268ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,18 @@ jobs:
run: dapper -f Dockerfile --target dapper make dapper-ci
- name: Test
run: dapper -f Dockerfile --target dapper make test
- name: Access Test Logs on Failure
- name: Prepare Test Logs on Failure
if: ${{ failure() }}
run: |
sudo chmod -R a+r /tmp/rke2-logs
ls -la /tmp/rke2-logs
sudo cp -r /tmp/rke2-logs ~/rke2-logs
sudo chown -R $USER:$USER ~/rke2-logs
ls -la ~/rke2-logs
- name: Upload Logs on Failure
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: rke2-test-logs
path: /tmp/rke2-logs/
path: ~/rke2-logs/
build-arm64:
runs-on: runs-on,runner=8cpu-linux-arm64,run-id=${{ github.run_id }},image=ubuntu22-full-arm64,hdd=64
steps:
Expand Down

0 comments on commit a0268ad

Please sign in to comment.