From 34145d14a303625857b7323a517fff4bf27f7911 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Mon, 14 Aug 2023 18:06:29 +0100 Subject: [PATCH] Fix failure to report errors in GitHub Actions PowerShell --- .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 40df41a8f..2405da5b2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -67,7 +67,7 @@ jobs: 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 }} @@ -99,7 +99,7 @@ jobs: BROWSERSTACK_USERNAME: ${{ secrets.BROWSERSTACK_USERNAME }} BROWSERSTACK_ACCESS_KEY: ${{ secrets.BROWSERSTACK_ACCESS_KEY }} run: npx http-server --silent -p 8099 & - + - name: Run BrowserStack tests on Firefox Legacy 56 / Win10 if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository env: @@ -149,7 +149,7 @@ jobs: uses: browserstack/github-actions/setup-local@master with: local-testing: stop - + tests-windows: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository runs-on: windows-latest @@ -181,7 +181,7 @@ jobs: env: GITHUB_ACTION: ${{ github.event_name }} run: npx start-server-and-test 'http-server --silent' 8080 'npx mocha ./tests/e2e/runners/edge/microsoftEdge.e2e.runner.js --retries 2' - + - name: End-to-end tests on Firefox (Windows) env: GITHUB_ACTION: ${{ github.event_name }}