Skip to content

Commit fba5bc6

Browse files
author
David Cavazos
committed
install repo root package
1 parent 8732c07 commit fba5bc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/experimental.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ jobs:
8888
service_account: [email protected]
8989
access_token_lifetime: 600s # 10 minutes
9090
- name: Test ${{ matrix.package }}
91-
run: bash .github/scripts/nodejs-test.sh ${{ matrix.package }}
91+
run: |
92+
npm install
93+
bash .github/scripts/nodejs-test.sh ${{ matrix.package }}
9294
env:
9395
GOOGLE_SAMPLES_PROJECT: long-door-651
9496

0 commit comments

Comments
 (0)