Skip to content

Commit

Permalink
Merge pull request #28 from ms-club-sliit/feature/application_form_ui
Browse files Browse the repository at this point in the history
Feature/application form UI
  • Loading branch information
senuravihanjayadeva authored Dec 2, 2021
2 parents 82f88c2 + a36ea2c commit 3d2893e
Show file tree
Hide file tree
Showing 15 changed files with 3,425 additions and 3,135 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,26 @@
name: MS CLUB SLIIT Node JS CI

on:
push:
branches: [master, development]
pull_request:
branches: [ master ]
branches: [master, development]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [14.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm ci
- run: npm run build
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm install
- run: npm ci
- run: npm run build
Loading

0 comments on commit 3d2893e

Please sign in to comment.