mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Switched regular CI workflow to run all unit tests to compare apples to apples
This commit is contained in:
parent
3f9c2f2dca
commit
9093a4b10b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -451,7 +451,7 @@ jobs:
|
|||
with:
|
||||
timezoneLinux: "America/New_York"
|
||||
|
||||
- run: yarn nx affected -t test:unit --base=${{ needs.job_setup.outputs.BASE_COMMIT }}
|
||||
- run: yarn test:unit
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: startsWith(matrix.node, '18')
|
||||
|
|
Loading…
Reference in a new issue