Skip to content

Commit

Permalink
ci: update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoAnastasiadis committed Feb 8, 2024
1 parent 05cb890 commit 84daebe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- run: echo "${{ secrets.ENV_FILE }}" > .env
- run: npm run lint
- run: npm run test:unit
- uses: codecov/codecov-action@v4
with:
file: ./coverage/server/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}

deploy_server:
runs-on: ubuntu-latest
Expand All @@ -35,5 +39,5 @@ jobs:
- run: npm ci
- run: echo "${{ secrets.ENV_FILE }}" > .env
- run: npm run build:server
- run: echo ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }} > google-application-credentials.json"
- run: echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}" > google-application-credentials.json
- run: firebase deploy --only functions:auth,functions:data

0 comments on commit 84daebe

Please sign in to comment.