Skip to content

Commit

Permalink
ci: Fix functional tests step for pull requests in Windows GHA job
Browse files Browse the repository at this point in the history
This functionality has been broken since the Windows runner image
version `20240128.1.0`.
  • Loading branch information
hebasto committed Mar 2, 2024
1 parent 8da62a1 commit e78cad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,5 @@ jobs:
- name: Run functional tests
env:
TEST_RUNNER_EXTRA: ${{ github.event_name != 'pull_request' && '--extended' || '' }}
shell: cmd
run: py -3 test\functional\test_runner.py --jobs $env:NUMBER_OF_PROCESSORS --ci --quiet --tmpdirprefix=$env:RUNNER_TEMP --combinedlogslen=99999999 --timeout-factor=$env:TEST_RUNNER_TIMEOUT_FACTOR $env:TEST_RUNNER_EXTRA

0 comments on commit e78cad9

Please sign in to comment.