Skip to content

Commit b545143

Browse files
committed
Update nightly-js-sdk.yaml
1 parent 43234ac commit b545143

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nightly-js-sdk.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,16 @@ jobs:
3333
node-version: 20.x
3434
- name: Write Project Config
3535
env:
36-
PROJECT_CONFIG: ${{ secrets.PROJECT_CONFIG }}
36+
PROJECT_CONFIG: ${{ vars.PROJECT }}
3737
run: echo "export const firebaseConfig = $PROJECT_CONFIG;" > src/lib/app_tests/firebase.ts
38+
- name: Log
39+
run: cat src/lib/app_tests/firebase.ts
3840
- name: Yarn install
3941
run: yarn
4042
- name: Yarn build
4143
run: yarn build
4244
- name: Install Playwright browsers
43-
run: npx playwright install --with-deps
45+
run: yarn playwright install --with-deps
4446
- name: Launch E2E tests workflow
4547
run: yarn test
4648

0 commit comments

Comments
 (0)