From 2c2453fd375eb342b0907c4b57778cff95dcac6c Mon Sep 17 00:00:00 2001 From: adrians5j Date: Thu, 26 Dec 2024 16:41:48 +0100 Subject: [PATCH] ci: test new build [no ci] --- .github/workflows/pullRequestsCommandCypressNode20.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pullRequestsCommandCypressNode20.yml b/.github/workflows/pullRequestsCommandCypressNode20.yml index 0e9859e349..15edbf9c8c 100644 --- a/.github/workflows/pullRequestsCommandCypressNode20.yml +++ b/.github/workflows/pullRequestsCommandCypressNode20.yml @@ -261,6 +261,9 @@ jobs: - name: Print CLI version working-directory: new-webiny-project run: yarn webiny --version + - name: '[TEMPORARY] Build API' + working-directory: new-webiny-project + run: yarn webiny build apps/api --env dev - name: Create project-files artifact uses: actions/upload-artifact@v4 with: