Skip to content

some test cov specific for listing service #16

some test cov specific for listing service

some test cov specific for listing service #16

# More: https://github.com/firebase/firebase-tools
name: Deploy routine with checks
on:
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_POSTMAIDEN }}"
channelId: live
projectId: postmaiden