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 - name: install
image: node:20-alpine image: node:20-alpine
commands: commands:
- apk add chromium
- npm install - npm install
- npm run test:ci - npm run test:ci
- npm run e2e - npm run e2e

View file

@ -25,7 +25,7 @@
"build": "ng build", "build": "ng build",
"watch": "ng build --watch --configuration development", "watch": "ng build --watch --configuration development",
"test": "ng test", "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, "private": true,
"dependencies": { "dependencies": {