Skip to content

Commit ee70520

Browse files
authored
Merge pull request #5 from hcp-uw/CICDFix
stuff
2 parents dde758b + 9deae6b commit ee70520

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/go-tests.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,9 @@ jobs:
5757
if: github.ref == 'refs/heads/main'
5858
run: |
5959
# Robust check: Only proceed if the badge file actually exists.
60-
if [ ! -f coverage-badge.svg ]; then
61-
echo "Skipping commit: coverage-badge.svg file was not generated."
62-
exit 0
63-
fi
6460
6561
git config user.name "github-actions[bot]"
6662
git config user.email "github-actions[bot]@users.noreply.github.com"
67-
git add coverage-badge.svg
63+
git add .
6864
git commit -m "chore: update coverage badge" || echo "No changes to commit"
6965
git push

0 commit comments

Comments
 (0)