Skip to content

Commit

Permalink
include chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Sep 4, 2024
1 parent 50270c1 commit bf93d9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/compatibility_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,15 @@ jobs:
# run: pip install --upgrade flatbuffers
- name: Install node
run: make dev-env-client
- name: Install Chromium
run: |
sudo apt-get update
sudo apt-get install -y wget
wget https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/901912/chrome-linux.zip
unzip chrome-linux.zip
sudo mv chrome-linux/chrome /usr/bin/chrome
env:
PUPPETEER_EXECUTABLE_PATH: /usr/bin/chrome
# Run different types of test separately, to facilitate troubleshooting
- name: Unit Tests - client
run: make unit-test-client
Expand Down

0 comments on commit bf93d9c

Please sign in to comment.