Skip to content

Commit

Permalink
Usint runner.temp for SQLITE_DB_FILE in `.github/workflows/build.…
Browse files Browse the repository at this point in the history
…yml`
  • Loading branch information
rhertogh committed Apr 1, 2024
1 parent eb64282 commit c470b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
env:
DEFAULT_COMPOSER_FLAGS: "--prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi"
XDEBUG_MODE: coverage, develop
SQLITE_DB_FILE: "/var/sqlite/Yii2-Oauth2-Server.sqlite"
SQLITE_DB_FILE: "${{ runner.temp }}/sqlite/Yii2-Oauth2-Server.sqlite"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit c470b93

Please sign in to comment.