Skip to content

Commit

Permalink
Added firebase in vitest tests (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama authored Jul 24, 2024
1 parent e93adbb commit 08efcda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
with:
node-version: 20.x
cache: "pnpm"
- name: "Install Deps"
- name: "Install Dependencies"
run: pnpm i --frozen-lockfile
- name: "Install Firebase"
run: pnpm install -g firebase-tools
- name: "Test"
run: pnpm run test --coverage.enabled true

Expand Down

0 comments on commit 08efcda

Please sign in to comment.