Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-fazil committed Aug 21, 2024
1 parent 63ad5c6 commit 4ec6cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- /dev:/dev

steps:
- name: cleanup old checkout
run: sudo chmod +w -R ${GITHUB_WORKSPACE}; sudo rm -rf ${GITHUB_WORKSPACE}/*;
- uses: actions/checkout@v4
# - name: cleanup old checkout
# run: sudo chmod +w -R ${GITHUB_WORKSPACE}; sudo rm -rf ${GITHUB_WORKSPACE}/*;
- uses: actions/checkout@v1
- name: Configure working direcotry
run: |
echo "Current directory is $(pwd)"
Expand Down

0 comments on commit 4ec6cb4

Please sign in to comment.