Skip to content

Commit

Permalink
update puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster committed Sep 4, 2024
1 parent 5183d7e commit fb896c7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/compatibility_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,20 +109,12 @@ jobs:
# run: pip install --upgrade flatbuffers
- name: Install node
run: make dev-env-client
- name: Install Chromium
run: |
mkdir -p ./chrome
wget https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/901912/chrome-linux.zip
unzip chrome-linux.zip
mv chrome-linux/chrome ./chrome/chrome
# Run different types of test separately, to facilitate troubleshooting
- name: Unit Tests - client
run: make unit-test-client
- name: Unit Tests - server
run: make unit-test-server
- name: Smoke Tests
env:
PUPPETEER_EXECUTABLE_PATH: ${{ github.workspace }}/chrome/chrome
run: make smoke-test
# FIXME: Fails intermittently. See https://app.zenhub.com/workspaces/single-cell-5e2a191dad828d52cc78b028/issues/chanzuckerberg/cellxgene/2415
# - name: Smoke Tests with Annotations
Expand Down

0 comments on commit fb896c7

Please sign in to comment.