Skip to content

Commit

Permalink
Updated workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
trishantpahwa committed Nov 30, 2023
1 parent e77c9c6 commit 6c17676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd server && npm ci && npm test && echo "Testing server"
# - run: echo "Deploying server"
- run: npm ci && npm run build
env:
FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
Expand Down

0 comments on commit 6c17676

Please sign in to comment.