Skip to content

Test/v2

Test/v2 #391

Workflow file for this run

name:Build Succeds on PR Raise
on:

Check failure on line 2 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
pull_request:
branches:
- '**'
jobs:
build:
name: Build on PR Raise
runs-on: ubuntu-latest
steps:
-uses: actions/checkout@v3
-name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
-name: Install Dependencies
run: npm install
-name: Generate Prisma Clients
run: cd/packages/db && npx prisma generate && cd ../..
-name: Run Build
run: npm run build