Skip to content

Commit

Permalink
changes to checkout with clean false
Browse files Browse the repository at this point in the history
  • Loading branch information
prajjwaldimri authored Sep 11, 2024
1 parent 7383e15 commit a215c3f
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,9 @@ jobs:
runs-on: warp-custom-snapshot-high-iops;snapshot.key=warp-snap-praj-supabase

steps:
# - uses: actions/checkout@v4
# with:
# clean: false
- name: Authenticate with GitHub Token
run: |
git config --global credential.helper store
echo "https://${{ secrets.GITHUB_TOKEN }}@github.com" > ~/.git-credentials
- name: Pull latest changes
run: |
git pull origin ${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
with:
clean: false
- name: Use Node.js
uses: Warpbuilds/setup-node@v4
with:
Expand Down

0 comments on commit a215c3f

Please sign in to comment.