Skip to content

Commit

Permalink
Set different cache path for each execution
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Oct 16, 2023
1 parent c84e59f commit d68f4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
env:
PGSQL_DATABASE_URL: postgresql://postgres:[email protected]:${{ job.services.postgres.ports[5432] }}/postgres?serverVersion=11&charset=utf8
MYSQL_DATABASE_URL: mysql://mysql:[email protected]:${{ job.services.mysql.ports[3306] }}/mysql
FLOW_LOCAL_FILESYSTEM_CACHE_DIR: "./var/cache/{matrix.php.version}"-${{ matrix.dependencies }}

mutation-tests:
name: "Mutation Tests"
Expand Down

0 comments on commit d68f4a2

Please sign in to comment.