Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Aug 14, 2024
1 parent 2031254 commit d95b062
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,18 @@ jobs:
node-version: 20
cache: 'yarn'

- name: yarn install
run: yarn

- name: Get VertexAI repo
# Need to npm install inner repo first or there will be errors
run: |
git clone https://github.com/googleapis/nodejs-vertexai.git
cd nodejs-vertexai
npm install
cd ..
yarn
- name: Run tests
env:
TEST_REPO: "generative-ai-js"
run: |
npx ts-node nodejs-vertexai/sdk_schema_test/vertex_ai/*test.ts
npx ts-node nodejs-vertexai/sdk_schema_test/google_ai/*test.ts
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ packages/**/dist/
packages/**/temp/
*.tgz
.DS_Store
testfiles
testfiles
nodejs-vertexai/

0 comments on commit d95b062

Please sign in to comment.