Skip to content

Commit bd149f9

Browse files
committed
fix: Deployment issues
1 parent 4ff66d8 commit bd149f9

File tree

3 files changed

+3277
-765
lines changed

3 files changed

+3277
-765
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
run: npm ci
4040
- name: Build
4141
run: npm run build
42+
- name: Tests
43+
run: npm run test
4244
env:
4345
VITE_FIREBASE_APP_ID: ${{ secrets.VITE_FIREBASE_APP_ID }}
4446
VITE_FIREBASE_API_KEY: ${{ secrets.VITE_FIREBASE_API_KEY }}

0 commit comments

Comments
 (0)