Skip to content

Commit

Permalink
WIP: DEBUGGING WORKFLOW
Browse files Browse the repository at this point in the history
  • Loading branch information
bcl committed Dec 8, 2023
1 parent f3b44d4 commit d7d6f73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ local-srpm: local $(PKGNAME).spec
lorax.spec

test-in-copy:
echo "Debugging github workflow failure"
id
ls -l /
ls -l /lorax-ro/
rsync -a --exclude=.git /lorax-ro/ /lorax/
make -C /lorax/ $(RUN_TESTS)
cp /lorax/.coverage /test-results/
Expand Down

0 comments on commit d7d6f73

Please sign in to comment.