Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Add better logging for GitHub Actions #410

Merged
merged 17 commits into from
Feb 25, 2021
Prev Previous commit
Not strict
  • Loading branch information
thomasrockhu committed Feb 25, 2021
commit 0c80f0719854bc4a810e570b2d896e757ed826ef
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
run: |
env -i PATH="$PATH"
bashcov tests/test
shasum --algorithm 1 --check --strict ./SHA1SUM
shasum --algorithm 256 --check --strict ./SHA256SUM
shasum --algorithm 512 --check --strict ./SHA512SUM
shasum --algorithm 1 --check ./SHA1SUM
shasum --algorithm 256 --check ./SHA256SUM
shasum --algorithm 512 --check ./SHA512SUM
- name: Upload Codecov
run:
bash ./codecov -Z