From ad866fb4388e8bd658cedbd0ff702c4e2bfc482b Mon Sep 17 00:00:00 2001 From: RG Date: Wed, 30 Aug 2023 21:39:09 +0530 Subject: [PATCH] [DISABLE] e2e tests in linux for testing --- .github/workflows/CI.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a721fae6f..579fa27b1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -51,26 +51,26 @@ jobs: - name: Install dependencies run: npm ci - - name: Unit tests (Linux) - run: npm run test-unit-browsers - - - name: Test a full build of the app - run: npm run build - - - name: End-to-end tests on Chrome (Linux) - env: - GITHUB_ACTION: ${{ github.event_name }} - run: npm run test-e2e-chrome - - - name: End-to-end tests on Edge (Linux) - env: - GITHUB_ACTION: ${{ github.event_name }} - run: npm run test-e2e-edge - - - name: End-to-end tests on Firefox (Linux) - env: - GITHUB_ACTION: ${{ github.event_name }} - run: npm run test-e2e-firefox + # - name: Unit tests (Linux) + # run: npm run test-unit-browsers + + # - name: Test a full build of the app + # run: npm run build + + # - name: End-to-end tests on Chrome (Linux) + # env: + # GITHUB_ACTION: ${{ github.event_name }} + # run: npm run test-e2e-chrome + + # - name: End-to-end tests on Edge (Linux) + # env: + # GITHUB_ACTION: ${{ github.event_name }} + # run: npm run test-e2e-edge + + # - name: End-to-end tests on Firefox (Linux) + # env: + # GITHUB_ACTION: ${{ github.event_name }} + # run: npm run test-e2e-firefox - name: BrowserStack environment setup