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