Ghost/.github/workflows
Daniel Lockyer 6a3f61f62a Fixed database environment variables leaking across matrix runs
refs https://github.com/TryGhost/Toolbox/issues/244

- due to the way we currently set the env vars, they get applied across
  all matrix variations
- this means we're leaking the variables for SQLite to the MySQL test
  runs and this shows a warning because of how strict `mysql2` is
- this commit switches to optionally setting the env variables
- this is a partial workaround for fbcdacbd83/core/shared/config/utils.js (L55-L76) not seeming to work
2022-06-02 09:49:22 -04:00
..
auto-assign.yml Prevented certain GitHub Actions workflows from running on forks 2022-06-01 17:54:26 -04:00
browser-tests.yml
canary.yml Extracted Canary workflow to template 2022-03-31 08:27:18 +01:00
label-actions.yml Prevented certain GitHub Actions workflows from running on forks 2022-06-01 17:54:26 -04:00
migration-review.yml Prevented certain GitHub Actions workflows from running on forks 2022-06-01 17:54:26 -04:00
release.yml
stale.yml Prevented certain GitHub Actions workflows from running on forks 2022-06-01 17:54:26 -04:00
test.yml Fixed database environment variables leaking across matrix runs 2022-06-02 09:49:22 -04:00