From fa3eaa59f57cb4a840b87f5fab2a2256b247f8b0 Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Tue, 11 Feb 2020 09:12:15 +0000 Subject: [PATCH] disable ci browser tests --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a0636f7d3..3c4c946428 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,8 +86,8 @@ jobs: # name: Download Built-in Extensions - run: .\scripts\test.bat --tfs "Unit Tests" name: Run Unit Tests (Electron) - - run: yarn test-browser --browser chromium - name: Run Unit Tests (Browser) + # - run: yarn test-browser --browser chromium {{SQL CARBON EDIT}} disable for now @TODO @anthonydresser + # name: Run Unit Tests (Browser) # - run: .\scripts\test-integration.bat --tfs "Integration Tests" {{SQL CARBON EDIT}} remove step # name: Run Integration Tests (Electron) @@ -119,7 +119,7 @@ jobs: # name: Download Built-in Extensions - run: ./scripts/test.sh --tfs "Unit Tests" name: Run Unit Tests (Electron) - - run: yarn test-browser --browser chromium --browser webkit - name: Run Unit Tests (Browser) + # - run: yarn test-browser --browser chromium --browser webkit {{SQL CARBON EDIT}} disable for now @TODO @anthonydresser + # name: Run Unit Tests (Browser) # - run: ./scripts/test-integration.sh --tfs "Integration Tests" {{SQL CARBON EDIT}} remove step # name: Run Integration Tests (Electron)