From af741f37d5e555c57cd74276f86431e2ee366647 Mon Sep 17 00:00:00 2001 From: Rob Lourens Date: Wed, 4 Oct 2023 14:53:00 -0700 Subject: [PATCH] Force run yarn --- .github/workflows/monaco-editor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/monaco-editor.yml b/.github/workflows/monaco-editor.yml index eb263b3340c..d6317ddcf86 100644 --- a/.github/workflows/monaco-editor.yml +++ b/.github/workflows/monaco-editor.yml @@ -49,7 +49,6 @@ jobs: if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} run: sudo apt install -y libkrb5-dev - name: Execute yarn - if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }} env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 ELECTRON_SKIP_BINARY_DOWNLOAD: 1