Skip to content

Commit

Permalink
OP-175: Add cache clear to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arek31 committed Jul 12, 2023
1 parent a7c6dbd commit a878591
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,11 @@ jobs:
name: Install JS dependencies
run: (cd tests/Application && yarn install)

-
name: Clear test application cache
run: |
(cd tests/Application && bin/console cache:clear -vvv)
-
name: Prepare test application database
run: |
Expand Down

0 comments on commit a878591

Please sign in to comment.