Skip to content

Commit

Permalink
add another clean-up step
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Jan 31, 2025
1 parent 332fdce commit 18ee60e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@ jobs:
filtered_paths: ${{ steps.filter.outputs.filtered_paths }}

steps:
- name: Clean Workspace # Purge the workspace in case it's running on a self-hosted runner
run: |
ls -la ./
rm -rf ./* || true
rm -rf ./.??* || true
ls -la ./
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 18ee60e

Please sign in to comment.