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 bc312ad commit 7660b42Copy full SHA for 7660b42
.github/workflows/deploy.yml
@@ -37,10 +37,10 @@ jobs:
37
cache: "npm"
38
- name: Install dependencies
39
run: npm ci
40
- - name: Run Tests
41
- run: npm run test
42
- name: Build
43
run: npm run build
+ - name: Run Tests
+ run: npm run test
44
env:
45
VITE_FIREBASE_APP_ID: ${{ secrets.VITE_FIREBASE_APP_ID }}
46
VITE_FIREBASE_API_KEY: ${{ secrets.VITE_FIREBASE_API_KEY }}
0 commit comments