File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments