Skip to content

✅ add unit testing for helper functions #17

✅ add unit testing for helper functions

✅ add unit testing for helper functions #17

Workflow file for this run

name: Deploy to Live Channel
on:
push:
branches:
- main
# Optionally configure to run only for specific files. For example:
# paths:
# - "website/**"
jobs:
deploy_live_website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Add any build steps here. For example:
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
- name: Archive Production Artifact
uses: actions/upload-artifact@v4
with:
name: build
path: build
- name: Download Artifact
uses: actions/download-artifact@v4
with:
name: build
path: build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_BET_LOG_24881 }}
channelId: live
projectId: bet-log-24881