Skip to content

Commit

Permalink
Fix failure to report errors in GitHub Actions PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaifroid committed Oct 20, 2023
1 parent b8bb50b commit 34145d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 34145d1

Please sign in to comment.