Skip to content

Commit

Permalink
chore: fix for git permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
callumtilbury authored Jul 26, 2024
1 parent ab98801 commit 28a482c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: pip install .[dev]
- name: List python packages 📦
run: pip list
- name: Update git permissions
run: git config --global --add safe.directory /__w/flashbax/flashbax
- name: Run linters 🖌️
run: pre-commit run --all-files --verbose
- name: Run tests 🧪
Expand All @@ -26,6 +28,3 @@ jobs:
run: |
coverage html --directory=coverage_html_report
coverage report --fail-under=0.97
- name: Print pre-commit log on failure
if: failure()
run: cat /github/home/.cache/pre-commit/pre-commit.log

0 comments on commit 28a482c

Please sign in to comment.