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 2a485d6 commit 7a343d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,11 @@ jobs:
run: |
git config --local user.name lbonaldo
git config --local user.email "[email protected]"
git checkout ${GITHUB_REF#refs/heads/}
git checkout -b test-logs
git add -f test/Logs
git commit -m "Test logs updated"
git push origin HEAD:${GITHUB_REF#refs/heads/}
git push origin ${GITHUB_REF#refs/heads/}-testlogs
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit 7a343d9

Please sign in to comment.