From c8fb8fbf77e044c4939c3b81ab66e30c52d537b7 Mon Sep 17 00:00:00 2001 From: James Watkins-Harvey Date: Fri, 29 Nov 2024 19:22:18 -0500 Subject: [PATCH] Fix issue on windows --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9888b863..ef49d4cd1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,9 +170,6 @@ jobs: restore-keys: | npm-main-${{ matrix.platform }}- - - name: Install Temporal CLI - uses: temporalio/setup-temporal@v0 - - name: Download dependencies # Make up to 3 attempts to install NPM dependencies, to work around transient NPM errors :( run: | @@ -184,6 +181,9 @@ jobs: - name: Publish to Verdaccio run: node scripts/publish-to-verdaccio.js --registry-dir ${{ runner.temp }}/npm-registry + - name: Install Temporal CLI + uses: temporalio/setup-temporal@v0 + - name: Run Temporal CLI working-directory: ${{ runner.temp }} run: |