Skip to content

Commit 7660b42

Browse files
committed
fix: Deployment issues
1 parent bc312ad commit 7660b42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
cache: "npm"
3838
- name: Install dependencies
3939
run: npm ci
40-
- name: Run Tests
41-
run: npm run test
4240
- name: Build
4341
run: npm run build
42+
- name: Run Tests
43+
run: npm run test
4444
env:
4545
VITE_FIREBASE_APP_ID: ${{ secrets.VITE_FIREBASE_APP_ID }}
4646
VITE_FIREBASE_API_KEY: ${{ secrets.VITE_FIREBASE_API_KEY }}

0 commit comments

Comments
 (0)