0
Fork 0
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:
Chris Raible 2024-10-25 23:36:50 +00:00
parent 3f9c2f2dca
commit 9093a4b10b

View file

@ -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')