From a998a9eeda6e51503dfeb4b25ad580c09d391273 Mon Sep 17 00:00:00 2001 From: Tyler Westbrook Date: Fri, 12 Jun 2026 21:37:58 +0000 Subject: [PATCH] Update .gitea/workflows/tests.yaml --- .gitea/workflows/tests.yaml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.gitea/workflows/tests.yaml b/.gitea/workflows/tests.yaml index eea9abf..804e678 100644 --- a/.gitea/workflows/tests.yaml +++ b/.gitea/workflows/tests.yaml @@ -16,28 +16,8 @@ jobs: - name: Checkout repository uses: https://gitea.com/actions/checkout@v4 - - name: Install Electron system dependencies - run: | - apt-get update - apt-get install -y \ - xvfb \ - libnspr4 \ - libnss3 \ - libatk1.0-0 \ - libatk-bridge2.0-0 \ - libcups2 \ - libdrm2 \ - libgtk-3-0 \ - libx11-xcb1 \ - libxcomposite1 \ - libxdamage1 \ - libxrandr2 \ - libgbm1 \ - libxss1 \ - libasound2 - - name: Install dependencies - run: npm ci + run: npm ci --cache ~/.npm --prefer-offline - name: Run template tests env: