Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Aug 30, 2024
1 parent ea8bc05 commit 0bb8649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xtest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Cleanup
run: |
printenv
echo "GITHUB_HOME=$GITHUB_HOME"
ls -la $GITHUB_HOME
echo "HOME=$HOME"
ls -la $HOME
echo "GITHUB_WORKSPACE=$GITHUB_WORKSPACE"
ls -la $GITHUB_WORKSPACE
echo rm -vrf $GITHUB_HOME/.* $GITHUB_HOME/* $GITHUB_WORKSPACE/.* $GITHUB_WORKSPACE/*
echo rm -vrf $HOME/.* $HOME/* $GITHUB_WORKSPACE/.* $GITHUB_WORKSPACE/*
exit 1
- name: Checkout
Expand Down

0 comments on commit 0bb8649

Please sign in to comment.