Skip to content

Commit a2eb252

Browse files
committed
fix
1 parent 97ef634 commit a2eb252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
sudo apt-get install google-chrome-stable
3030
- run: yarn
3131
- 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
32+
run: echo "export const FIREBASE_CONFIG = '$(echo ${{secrets.VERTEXAI_INTEGRATION_FIREBASE_CONFIG }} | jq -r .)'" > packages/vertexai/integration/firebase-config.ts
3333
- run: yarn build:changed core
3434
- name: Run tests on changed packages
3535
run: xvfb-run yarn test:changed core

0 commit comments

Comments
 (0)