Skip to content

feat: Sending purchase orders by WhatsApp #23

feat: Sending purchase orders by WhatsApp

feat: Sending purchase orders by WhatsApp #23

Workflow file for this run

name: Black Burger CI
on:
pull_request:
branches: [develop, release, main]
jobs:
test_pull_request:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_SUPABASE_URL: ${{ secrets.NEXT_PUBLIC_SUPABASE_URL }}
NEXT_PUBLIC_ANON_KEY: ${{ secrets.NEXT_PUBLIC_ANON_KEY }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 18.17.1
- run: npm ci
- run: npm test
- run: npm run build