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

Commit

Permalink
Not strict
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Feb 25, 2021
1 parent 80486d0 commit 0c80f07
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 0c80f07

Please sign in to comment.