Skip to content

Commit

Permalink
Remove phpunit cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 19, 2024
1 parent b43a75c commit 6b300bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Lint Code Base
uses: super-linter/super-linter/slim@v6
env:
SAVE_SUPER_LINTER_OUTPUT: false
# To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LOG_LEVEL: NOTICE
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/build/
.phpunit.cache/
/.phpunit.cache/
.phpunit.result.cache
/cache.properties
composer.lock
Expand Down
1 change: 0 additions & 1 deletion .phpunit.cache/test-results

This file was deleted.

0 comments on commit 6b300bb

Please sign in to comment.