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 4263935 commit 26085f1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
run: |
git config --local user.name lbonaldo
git config --local user.email "[email protected]"
if ! git diff --exit-code; then
git add -f test/Logs
git commit -m "Test logs updated"
git push origin HEAD:${GITHUB_REF#refs/heads/}
fi
git add -f test/Logs
git commit -m "Test logs updated"
git push origin HEAD:${GITHUB_REF#refs/heads/}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 26085f1

Please sign in to comment.