Skip to content

Commit

Permalink
Create fe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Heesha14 authored Apr 17, 2024
1 parent f626850 commit 3ce835d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/fe.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Continuous Integration
on:
push:
branches: [ "master" , "l4"]
pull_request:
branches: [ "master" ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'npm'
- run: cd "Project FrontEnd" && npm ci
- run: cd "Project FrontEnd" && npm run build --if-present

0 comments on commit 3ce835d

Please sign in to comment.