mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -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:
|
with:
|
||||||
timezoneLinux: "America/New_York"
|
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
|
- uses: actions/upload-artifact@v4
|
||||||
if: startsWith(matrix.node, '18')
|
if: startsWith(matrix.node, '18')
|
||||||
|
|
Loading…
Reference in a new issue