We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31417b8 commit e69f5bdCopy full SHA for e69f5bd
.github/workflows/test.yml
@@ -97,7 +97,7 @@ jobs:
97
run: mv firebase-frameworks-${{ github.run_id }} dist
98
- name: Test
99
run: |
100
- node_modules/.bin/firebase --open-sesame frameworkawareness
+ node_modules/.bin/firebase experiments:enable webframeworks
101
npm run test:${{ matrix.framework }}
102
env:
103
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
@@ -136,7 +136,7 @@ jobs:
136
run: npm run build
137
138
139
140
npm run test
141
142
0 commit comments