From 7720d4c0128b8680f832f83b026ff19ba68cec7f Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Sat, 27 Jan 2024 21:38:28 +0100 Subject: [PATCH] Try chromium, also, try installing it. It's a long shot ... :) --- .drone.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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": {