Skip to content

Commit

Permalink
Update arbitrator-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferret-san committed Nov 27, 2024
1 parent 79ba24f commit 6b363f5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
name: Run Arbitrator tests
runs-on: self-hosted
steps:
- name: Cleanup build folder
run: |
ls -la ./
rm -rf ./* || true
rm -rf ./.??* || true
ls -la ./
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.enable_tmate }}
Expand Down

0 comments on commit 6b363f5

Please sign in to comment.