diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a83ff37fb3..8529620d491 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,11 +97,11 @@ jobs: run: yarn --frozen-lockfile - name: Compile /build/ folder - # this normally executes as a postinstall script, but if the cache is hit above, - # yarn will not execute at all. Therefore, we manually launch it if necessary - if: ${{ steps.node-modules-cache.outputs.cache-hit == 'true' }} - run: yarn run compile - working-directory: ./build + # this normally executes as a postinstall script, but if the cache is hit above, + # yarn will not execute at all. Therefore, we manually launch it if necessary + if: ${{ steps.node-modules-cache.outputs.cache-hit == 'true' }} + run: yarn run compile + working-directory: ./build - name: Download Electron run: yarn electron x64