Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang committed Apr 20, 2022
1 parent 49508e7 commit 718cc50
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Expand Up @@ -221,6 +221,7 @@ jobs:
uses: ./v3
with:
ref: test-data/v2/basic
clean: false
- name: Verify basic
run: |
if [ ! -f "./basic-file.txt" ]; then
Expand All @@ -238,10 +239,6 @@ jobs:
git config --global --add safe.directory "*"
git fetch --no-tags --depth=1 origin +refs/heads/main:refs/remotes/origin/main
- name: Fix Checkout v3
uses: actions/checkout@v3
with:
path: v3

0 comments on commit 718cc50

Please sign in to comment.