Skip to content

KB-243-Run-Build-Actions-for-PR-s #2

KB-243-Run-Build-Actions-for-PR-s

KB-243-Run-Build-Actions-for-PR-s #2

Workflow file for this run

name: Build PR intellect.kpi.ua
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- master
- dev
jobs:
build:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Install Dependencies
run: npm install
- name: Build Application
run: npm run build