From 4ffcd967093f3aa998f4b9e4a5e47bbd3e9d51db Mon Sep 17 00:00:00 2001 From: kaloster Date: Tue, 10 Sep 2024 11:00:01 -0400 Subject: [PATCH] install browser --- .github/workflows/compatibility_tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/compatibility_tests.yml b/.github/workflows/compatibility_tests.yml index 45f69ad59..da1a28138 100644 --- a/.github/workflows/compatibility_tests.yml +++ b/.github/workflows/compatibility_tests.yml @@ -110,9 +110,7 @@ jobs: - name: Unit Tests - server run: make unit-test-server - name: Smoke Tests - run: | - npx puppeteer install - make smoke-test + 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 # run: make smoke-test-annotations