Skip to content

Commit

Permalink
Fix issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh committed Nov 30, 2024
1 parent c5abf50 commit c8fb8fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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: |
Expand Down

0 comments on commit c8fb8fb

Please sign in to comment.