Skip to content

Commit

Permalink
fixup! fix cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 16, 2024
1 parent 426f98c commit 1411ff7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/on-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,12 @@ jobs:
dir: create-bosh-release-action-test-boshrelease
- name: Cleanup generated test files
run: |
echo "Cleanup generated files"
ls -lrt
#git --git-dir=create-bosh-release-action-test-boshrelease clean -fdx
cd create-bosh-release-action-test-boshrelease
git status
echo "Cleanup generated files"
git clean -fdx
cd ..
- name: Test final release
id: test_final_release
uses: ./create-bosh-release-action/ # uses: ./.github/actions/my-private-repo/my-action #https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-an-action-inside-a-different-private-repository-than-the-workflow
Expand Down

0 comments on commit 1411ff7

Please sign in to comment.