Skip to content

Commit

Permalink
remove credential file
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoriopalama committed Aug 9, 2024
1 parent 31d2181 commit a65d794
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,18 @@ jobs:
node-version: 20.x
cache: "pnpm"
- run: pnpm install -g firebase-tools
- run: firebase use ${{ vars.PROJECT_ID }}
- run: firebase use ${{ vars.PROJECT_ID }} --debug
- name: "Install Dependencies"
run: pnpm i --frozen-lockfile
- name: "Install Firebase"
run: pnpm install -g firebase-tools
- name: "Test"
run: pnpm run test

- name: "Upload Coverage"
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage
- name: Remove credentials file
if: success() || failure()
run: rm credentials.json

0 comments on commit a65d794

Please sign in to comment.