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:
parent
796961329a
commit
e0a12166fc
1 changed files with 1 additions and 6 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue