Skip to content

debug

debug #174

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
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: |
rm bun.lockb package.json
npm init -y
npm install \
@docusaurus/tsconfig \
@nx/eslint \
@nx/eslint-plugin \
@nx/react \
@nx/vite \
firebase-tools \
nx \
--ignore-scripts
git checkout bun.lockb package.json
- run: npx nx-cloud start-ci-run --distribute-on="3 linux-medium-js-bun"
- run: npx nx affected -t build lint test --verbose