Skip to content

Commit

Permalink
WIP workflo
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-fazil committed Aug 21, 2024
1 parent 4b9528a commit 1906106
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

steps:
# The "cleanup old checkout" step is needed because of this bug: https://github.com/actions/checkout/issues/1014
- name: cleanup old checkout
run: |
echo "Current directory is $(pwd)"
echo "Present files are $(ls)"
echo "Github workspace is ${GITHUB_WORKSPACE}"
sudo chmod +w -R ${GITHUB_WORKSPACE}; rm -rf ${GITHUB_WORKSPACE}/*;
- uses: actions/checkout@v4
# - name: cleanup old checkout
# run: |
# echo "Current directory is $(pwd)"
# echo "Present files are $(ls)"
# echo "Github workspace is ${GITHUB_WORKSPACE}"
# sudo chmod +w -R ${GITHUB_WORKSPACE}; rm -rf ${GITHUB_WORKSPACE}/*;
# - uses: actions/checkout@v4
- name: Configure working direcotry
run: |
echo "Current directory is $(pwd)"
Expand Down

0 comments on commit 1906106

Please sign in to comment.