From c62df4adf47c4c1c6fdc66dfe36a251c4aa9e532 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 22 May 2023 20:36:10 -0600 Subject: [PATCH] Remove component-test for react-app temporarily --- .github/workflows/push.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6a1384f0eb..4dee721d34 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -72,12 +72,6 @@ jobs: yarn build yarn test:e2e working-directory: component_tests/cgv - - name: Test embedded react-app - run: | - yarn - yarn build - yarn test:e2e - working-directory: component_tests/react-app buildjbrowseweb: name: Build only jbrowse-web and upload to s3 on node 16 and ubuntu-latest