mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05: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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue