Skip to content

Commit 5ed8299

Browse files
committed
Debugging somes bugs
1 parent dc1312b commit 5ed8299

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,14 @@ jobs:
214214
- name: Instantiate sample project using verdaccio artifacts - Hello World
215215
shell: bash
216216
# Note: here, `npx create` fails on windows if shell is bash.
217-
run: |
218-
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
217+
run: 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
219218

220219
# FIXME: Move samples tests to a custom activity
221220
# Sample 1: hello-world to local server
222221
- name: Instantiate sample project using verdaccio artifacts - Hello World
223222
shell: bash
224223
# Note: here, `npx create` fails on windows if shell is bash.
225-
run: |
226-
node scripts/test-example.js --work-dir "${{ runner.temp }}/sample-hello-world"
224+
run: node scripts/test-example.js --work-dir "${{ runner.temp }}/sample-hello-world"
227225

228226
# FIXME: Move samples tests to a custom activity
229227
# Sample 1: hello-world to local server

0 commit comments

Comments
 (0)