Skip to content

Commit

Permalink
Install correct version of chrome for e2e API Prod tests (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
benrometsch authored Jun 28, 2021
1 parent 18e9c96 commit 4da498c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/api-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
run-tests:
runs-on: ubuntu-latest
name: Run E2E Tests
container: kylessg/bullet-train-nightwatch:1.1
environment: production
needs: deploy-production

Expand All @@ -46,6 +45,8 @@ jobs:
env:
E2E_TEST_TOKEN_PROD: ${{ secrets.E2E_TEST_TOKEN }}
run: |
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_91.0.4472.114-1_amd64.deb
sudo apt install --allow-downgrades -y ./google-chrome*.deb -f
google-chrome --version
node -v
npm i
Expand Down

0 comments on commit 4da498c

Please sign in to comment.