Ghost/.github/workflows
Daniel Lockyer 08eaed152b Added yarn test:ci command
refs https://github.com/TryGhost/Toolbox/issues/208

- we currently run all test commands separately in CI and this can make
  it harder to replicate any issues we see in CI because we have to
  manually go and copy the order of the tests
- it's also nicer if there's just one command that runs so we can make
  changes globally to CI
- this commit adds a test:ci yarn command which will run the tests in
  order of speed/importance, with the -b AKA fail-fast flag so we
  don't have to wait for all tests to run before finding out about
  issues
- this also cleans up running unit tests in the DB matrix
2022-02-16 19:22:20 +01:00
..
auto-assign.yml Moved GITHUB_TOKEN env variable to workflow scope 2021-09-09 09:49:08 +01:00
canary.yml Added yarn cache to CI workflows (#13716) 2021-11-30 08:01:22 +00:00
label-actions.yml Added issue closed event to triggers for label action 2021-11-18 11:05:49 +01:00
migration-review.yml Update peter-evans/create-or-update-comment commit hash to 63e171a 2022-01-31 08:45:43 +00:00
release.yml Updated github release action to use new main branch of ghost-release 2022-01-11 16:09:58 +00:00
stale.yml Update actions/stale action to v4 2021-11-15 08:23:54 +00:00
test.yml Added yarn test:ci command 2022-02-16 19:22:20 +01:00