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 84daebe commit 9b5a944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

deploy_server:
runs-on: ubuntu-latest
needs: test_server
# needs: test_server
env:
GOOGLE_APPLICATION_CREDENTIALS: google-application-credentials.json
steps:
Expand All @@ -37,6 +37,7 @@ jobs:
node-version: 18
cache: "npm"
- run: npm ci
- run: npm install -g firebase
- run: echo "${{ secrets.ENV_FILE }}" > .env
- run: npm run build:server
- run: echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}" > google-application-credentials.json
Expand Down

0 comments on commit 9b5a944

Please sign in to comment.