Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbonaldo committed Oct 11, 2023
1 parent 899480e commit 7bf38db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
git config --local user.name lbonaldo
git config --local user.email "[email protected]"
git checkout ${GITHUB_REF#refs/heads/}-testlogs 2>/dev/null || git checkout -b ${GITHUB_REF#refs/heads/}-testlogs
git pull origin ${GITHUB_REF#refs/heads/}-testlogs
fi
- uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit 7bf38db

Please sign in to comment.