Skip to content

Commit

Permalink
capture and upload rchk.log
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Apr 11, 2024
1 parent 3f4deeb commit 44a7a8a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rchk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ jobs:
mv reticulate_*.tar.gz rchk/packages/
cd rchk/packages
pkgtar=$(ls reticulate_*.tar.gz)
docker run -v `pwd`/packages:/rchk/packages kalibera/rchk:latest /rchk/packages/$pkgtar
docker run -v `pwd`/packages:/rchk/packages kalibera/rchk:latest /rchk/packages/$pkgtar > rchk.log 2>&1
cat rchk.log
- name: upload rchk log
uses: actions/upload-artifact@v2
with:
name: rchk-log
path: rchk/packages/rchk.log

0 comments on commit 44a7a8a

Please sign in to comment.