From a55d00f209b303717d5cc559bc4c0d8c49330074 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Fri, 5 Aug 2022 09:59:52 +0200 Subject: [PATCH] Fixed wrong command used for production build test refs https://github.com/TryGhost/Ghost/commit/dd41929251b7524a97d501d9342b3c6e88a0be3c - this was missed from the previous commit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c57aa53b2..41b4b74f0c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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'