Skip to content

Commit 9b09df5

Browse files
committed
more fixes
1 parent 2765096 commit 9b09df5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ jobs:
3838
with:
3939
name: targets
4040
path: ./targets
41+
- run: npm install
42+
working-directory: targets/api-client-javascript
4143
- run: |
42-
cd targets/api-client-javascript
43-
npm install
44-
- run: |
45-
sudo npm link ../../targets/api-client-javascript
44+
npm link $GITHUB_WORKSPACE/targets/api-client-javascript
4645
node index.js
4746
working-directory: samples/javascript
4847
@@ -128,6 +127,7 @@ jobs:
128127
- run: |
129128
npm link launchdarkly-api-typescript
130129
npm install
130+
npm run build
131131
npm start
132132
working-directory: samples/typescript-axios
133133

0 commit comments

Comments
 (0)