Skip to content

Commit

Permalink
Use manual puppeteer install
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Jul 26, 2022
1 parent b66d9dc commit e9a95f6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
arangodb-version: [3.8, 3.9]

container:
image: buildkite/puppeteer:latest
image: node:16

services:
arangodb:
Expand All @@ -53,9 +53,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- run: apt-get update && apt-get install jq -y
- run: npm install -g npm@7
- run: npm install
- run: apt-get update && apt-get install jq wget gnupg -y
- run: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
- run: sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- run: apt-get update && apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 --no-install-recommends -y
- run: npm install -g npm@8
- run: npm install && npm install puppeteer
- run: node smoke-test.js

promote:
Expand Down

0 comments on commit e9a95f6

Please sign in to comment.