feature/upgrade #12

Merged
manuel merged 67 commits from feature/upgrade into master 2024-01-28 00:13:54 +01:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 7720d4c012 - Show all commits

View file

@ -6,6 +6,7 @@ steps:
- name: install
image: node:20-alpine
commands:
- apk add chromium
- npm install
- npm run test:ci
- npm run e2e

View file

@ -25,7 +25,7 @@
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress --browsers=ChromeHeadless"
"test:ci": "ng test --no-watch --no-progress --browsers=ChromiumHeadless"
},
"private": true,
"dependencies": {