Skip to content

Commit

Permalink
fe workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asdhammu committed Sep 27, 2023
1 parent 254525b commit 63a6e8c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: FrontEnd/package-lock.json
- run: |
- name: Install dependencies
run: |
cd FrontEnd
npm i
- run: |
- name: Build
run: |
cd FrontEnd
npm run build --if-present
- run: |
- name: Tests
run: |
cd FrontEnd
npm test
Expand Down

0 comments on commit 63a6e8c

Please sign in to comment.