ci: skip chrome install in unit tests (#3125)

This commit is contained in:
Sure Admin (bot)
2026-08-22 08:50:59 +02:00
committed by GitHub
parent 4e010493c7
commit 381ede89d9
+1 -1
View File
@@ -109,7 +109,7 @@ jobs:
steps:
- name: Install packages
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y google-chrome-stable curl libvips postgresql-client libpq-dev
run: sudo apt-get update && sudo apt-get install --no-install-recommends -y curl libvips postgresql-client libpq-dev
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1