Skip to content

Commit

Permalink
Poke
Browse files Browse the repository at this point in the history
  • Loading branch information
klippx committed Dec 21, 2023
1 parent cc80673 commit 3761b05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/actions/setup-smoke-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,12 @@ runs:
- name: Self Hosted Runner Post Job Cleanup Action
uses: TooMuch4U/[email protected]

- name: Sneaky peeky
- name: Cleanup build folder
run: |
ls -la
ls -la ./
rm -rf ./* || true
rm -rf ./.??* || true
ls -la ./
shell: bash

- name: Checkout mappersmith-consumer/
Expand Down

0 comments on commit 3761b05

Please sign in to comment.