From 4aac43d65c875c7c17d92a39e88252f693cf3e51 Mon Sep 17 00:00:00 2001 From: Charlotte Dann Date: Sun, 31 Jan 2021 22:09:42 +0000 Subject: [PATCH] :construction: Test CircleCI job --- .circleci/config.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a1961597978..4ec0a623988 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,6 +85,15 @@ jobs: - run: name: Install Packages command: npm install + - run: + name: Install Headless Chrome Dependencies + command: | + sudo apt-get install -yq \ + gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 \ + libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 \ + libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 \ + libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates \ + fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget - run: name: Build command: npm run build @@ -102,6 +111,12 @@ workflows: - test: requires: - setup + - snapshots: + requires: + - setup + filters: + branches: + only: master - deploy: filters: branches: