Skip to content

Commit

Permalink
test vitest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama committed Aug 9, 2024
1 parent 9a5f6a9 commit 8e001ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Test"

on:
push:
branches: ["remove-firebaserc"]
pull_request_target:
branches: [main]

Expand Down Expand Up @@ -43,6 +45,11 @@ jobs:
key: ${{ runner.os }}-firebase-emulators-${{ github.sha }}
restore-keys: |
${{ runner.os }}-firebase-emulators-
- name: Google Auth
id: auth
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
- uses: pnpm/action-setup@v3
with:
version: 9
Expand All @@ -51,6 +58,8 @@ jobs:
with:
node-version: 20.x
cache: "pnpm"
- run: pnpm install -g firebase-tools
- run: firebase use ${{ vars.PROJECT_ID }}
- name: "Install Dependencies"
run: pnpm i --frozen-lockfile
- name: "Install Firebase"
Expand Down

0 comments on commit 8e001ae

Please sign in to comment.