diff --git a/.drone.yml b/.drone.yml index 663dc6a..8a73048 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: install image: node:20-alpine commands: + - apk add chromium - npm install - npm run test:ci - npm run e2e diff --git a/package.json b/package.json index 7d7b2e5..ca88708 100644 --- a/package.json +++ b/package.json @@ -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": {