mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Fixed wrong command used for production build test
refs dd41929251
- this was missed from the previous commit
This commit is contained in:
parent
dd41929251
commit
a55d00f209
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
node-version: "14.17.0"
|
||||
|
||||
- run: yarn
|
||||
- run: yarn workspace ghost-admin run grunt shell:ember:prod
|
||||
- run: yarn workspace ghost-admin run build:prod
|
||||
|
||||
- uses: daniellockyer/action-slack-build@master
|
||||
if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
|
Loading…
Reference in New Issue
Block a user