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 c71f666 commit 302aff1
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 @@ -82,7 +82,7 @@ jobs:
- name: Create coverage branch
if: ${{ steps.isMain.outcome == 'success' && steps.checkCoverage.outcome != 'success'}}
run: |
git branch --orphan coverage
git checkout --orphan coverage
git rm -rf .
touch README.md
git add README.md
Expand Down

0 comments on commit 302aff1

Please sign in to comment.