mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Switched yarn workspace
to yarn nx run ...
- this switches to NX for more command-execution, which helps in the future because we can configure dependent tasks that are also cacheable
This commit is contained in:
parent
514f36b4f2
commit
0372bf8e50
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -515,7 +515,7 @@ jobs:
|
||||||
if: steps.playwright-cache.outputs.cache-hit == 'true'
|
if: steps.playwright-cache.outputs.cache-hit == 'true'
|
||||||
run: npx playwright install-deps
|
run: npx playwright install-deps
|
||||||
|
|
||||||
- run: yarn workspace @tryghost/admin-x-settings run test:e2e
|
- run: yarn nx run @tryghost/admin-x-settings:test:e2e
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
if: always()
|
if: always()
|
||||||
|
@ -568,7 +568,7 @@ jobs:
|
||||||
if: steps.playwright-cache.outputs.cache-hit == 'true'
|
if: steps.playwright-cache.outputs.cache-hit == 'true'
|
||||||
run: npx playwright install-deps
|
run: npx playwright install-deps
|
||||||
|
|
||||||
- run: yarn workspace @tryghost/comments-ui run test
|
- run: yarn nx run @tryghost/comments-ui:test
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
if: always()
|
if: always()
|
||||||
|
@ -621,7 +621,7 @@ jobs:
|
||||||
if: steps.playwright-cache.outputs.cache-hit == 'true'
|
if: steps.playwright-cache.outputs.cache-hit == 'true'
|
||||||
run: npx playwright install-deps
|
run: npx playwright install-deps
|
||||||
|
|
||||||
- run: yarn workspace @tryghost/signup-form run test:e2e
|
- run: yarn nx run @tryghost/signup-form:test:e2e
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
if: always()
|
if: always()
|
||||||
|
|
Loading…
Reference in a new issue