From a8c738ae71230a698675791ca6fef8577a1e244f Mon Sep 17 00:00:00 2001 From: Alexis GEORGES Date: Wed, 17 Jan 2024 15:43:07 +0100 Subject: [PATCH] ci(build-main): temporary disable tests executed in BrowserStack ISSUES CLOSED: #3697 --- .github/workflows/build.yml | 62 ++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7af8706c5..cd2fa0ccaf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -173,37 +173,37 @@ jobs: path: showcase/dist if: env.IS_MAIN_ENVIRONMENT == 1 - - name: BrowserStack Env Setup - uses: browserstack/github-actions/setup-env@master - with: - username: ${{ secrets.BROWSERSTACK_USERNAME }} - access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }} - project-name: "Stark Showcase" - if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' - - - name: BrowserStack Local Tunnel Setup - uses: browserstack/github-actions/setup-local@master - with: - local-testing: "start" - local-logging-level: "all-logs" - local-identifier: "github-actions-${{ github.run_number }}" - if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' - - - name: Running application under test - run: npm run server:prod:ci & - if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' - working-directory: showcase - - - name: Running test on BrowserStack - run: npm run protractor:browserstack - if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' - working-directory: showcase - - - name: BrowserStackLocal Stop - uses: browserstack/github-actions/setup-local@master - with: - local-testing: stop - if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' + # - name: BrowserStack Env Setup + # uses: browserstack/github-actions/setup-env@master + # with: + # username: ${{ secrets.BROWSERSTACK_USERNAME }} + # access-key: ${{ secrets.BROWSERSTACK_ACCESS_KEY }} + # project-name: "Stark Showcase" + # if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' + # + # - name: BrowserStack Local Tunnel Setup + # uses: browserstack/github-actions/setup-local@master + # with: + # local-testing: "start" + # local-logging-level: "all-logs" + # local-identifier: "github-actions-${{ github.run_number }}" + # if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' + # + # - name: Running application under test + # run: npm run server:prod:ci & + # if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' + # working-directory: showcase + # + # - name: Running test on BrowserStack + # run: npm run protractor:browserstack + # if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' + # working-directory: showcase + # + # - name: BrowserStackLocal Stop + # uses: browserstack/github-actions/setup-local@master + # with: + # local-testing: stop + # if: env.IS_MAIN_ENVIRONMENT == 1 && github.event_name == 'push' - name: Generate starter docs coverage run: npm run docs:starter:coverage