Skip to content

Commit

Permalink
slightly more explanation in the GH action file, and trying to kick t…
Browse files Browse the repository at this point in the history
…he test run again
  • Loading branch information
NortySpock committed Dec 18, 2024
1 parent 44f37e6 commit 11ca95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
- name: Run tests, failing loudly on error, emitting coverage to file for use when reporting test coverage in later proposed step
run: set -eo pipefail; mix test --exclude needs_attention --cover | tee ./cover/test_coverage_by_file.txt

# run git fetch --shallow-since far enough back to be confident we'll see some merge commits
# (running off the end of the commit history causes git log to believe every file has changed, somehow)
# run git fetch --shallow-since far enough back to be confident we'll see some merge commits to the master branch
# (running off the end of a shallow commit history causes git log to believe every file has changed, somehow)
- name: git fetch more than just the most recent commit
run: git fetch --shallow-since="6 months"

Expand Down

0 comments on commit 11ca95b

Please sign in to comment.