Skip to content

Test & Deploy

Test & Deploy #162

Workflow file for this run

name: Test & Deploy
on:
push:
pull_request:
permissions:
actions: read
contents: read
jobs:
test-and-deploy:
name: 🚀 Test & Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 21
- run: |
rm bun.lockb package.json
npm init -y
npm install firebase-tools nx --ignore-scripts
- run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js-bun"
- run: npx nx affected -t build lint test