We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ef634 commit a2eb252Copy full SHA for a2eb252
.github/workflows/test-integration.yml
@@ -29,7 +29,7 @@ jobs:
29
sudo apt-get install google-chrome-stable
30
- run: yarn
31
- name: Write Firebase Config for Integration
32
- - run: echo "export const FIREBASE_CONFIG = '$(echo ${{secrets.VERTEXAI_INTEGRATION_FIREBASE_CONFIG }} | jq -r .)'" > packages/vertexai/integration/firebase-config.ts
+ run: echo "export const FIREBASE_CONFIG = '$(echo ${{secrets.VERTEXAI_INTEGRATION_FIREBASE_CONFIG }} | jq -r .)'" > packages/vertexai/integration/firebase-config.ts
33
- run: yarn build:changed core
34
- name: Run tests on changed packages
35
run: xvfb-run yarn test:changed core
0 commit comments