Skip to content

Commit

Permalink
Debugging somes bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh committed Nov 29, 2024
1 parent 00a03f6 commit 577a565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:

- name: Get NPM cache directory
id: npm-cache-dir
shell: bash
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}

- name: Restore NPM cache
Expand Down Expand Up @@ -212,8 +213,11 @@ jobs:
- name: Instantiate sample project using verdaccio artifacts - Hello World
# Note: here, `npx create` fails on windows if shell is bash.
run: |
echo "111"
node scripts/init-from-verdaccio.js --registry-dir ./tmp/registry --sample https://github.com/temporalio/samples-typescript/tree/main/hello-world --target-dir ${{ runner.temp }}/sample-hello-world
echo "222"
node scripts/test-example.js --work-dir "${{ runner.temp }}/sample-hello-world"
echo "333"
# Sample 2: hello-world-mtls to cloud server
- name: Instantiate sample project using verdaccio artifacts - Hello World MTLS
Expand Down

0 comments on commit 577a565

Please sign in to comment.