Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed Jan 4, 2023
1 parent 302aff1 commit 77d1e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
git rm -rf .
touch README.md
git add README.md
git ci -m 'initial commit of coverage'
git commit -m 'initial commit of coverage'
- name: Update Readme in coverage branch with Coverage Html
if: ${{ steps.isMain.outcome == 'success' }}
run: |
Expand Down

0 comments on commit 77d1e2f

Please sign in to comment.