Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul7600 authored Jun 30, 2024
1 parent 5b48295 commit 763c695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
RunUnitTests:
runs-on: ubuntu-latest
steps:
- name: Clean workspace
run: rm -rf ${{ github.workspace }}/*

- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
path: my-custom-directory

0 comments on commit 763c695

Please sign in to comment.