0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Enabled unit testing for all packages in CI

- again, a slight hack but this enables us to run tests for all packages
  in CI right now
This commit is contained in:
Daniel Lockyer 2022-07-20 17:43:55 +02:00
parent 796961329a
commit e0a12166fc
No known key found for this signature in database
GPG key ID: D21186F0B47295AD

View file

@ -132,12 +132,7 @@ jobs:
cache: yarn
- run: yarn
- run: yarn test:unit
if: matrix.node == '16.13.0'
- run: yarn test:unit:base
if: matrix.node != '16.13.0'
- run: yarn test
- uses: codecov/codecov-action@v2