Skip to content

Commit

Permalink
Merge branch 'base/setup-repo' of github.com:SELab-2/UGent-3 into bas…
Browse files Browse the repository at this point in the history
…e/setup-repo
  • Loading branch information
AronBuzogany committed Feb 18, 2024
2 parents 18215e2 + 2b1401a commit 5181c24
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,19 @@ jobs:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
restore-keys: npm-

- name: Install dependencies
working-directory: ./frontend
run: npm ci

- name: Build
working-directory: ./frontend
run: npm run build

- name: Preview Web App
working-directory: ./frontend
run: npm run preview &

- name: Running tests
run: npm test
working-directory: ./frontend
run: npm test

0 comments on commit 5181c24

Please sign in to comment.