Skip to content

Commit a1c8e28

Browse files
committed
Try running tests non-parallel for redhat ubi 9
1 parent bf792ff commit a1c8e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Prepare the action
3838
run: ./scripts/prep-gh-action.sh --install-swiftly
3939
- name: Build and Test
40-
run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" || "${{ matrix.container }}" == "ubuntu:20.04" ]]; then swift test --skip HTTPClientTests; else swift test; fi'
40+
run: bash -c 'if [[ "${{ matrix.container }}" == "redhat/ubi9" || "${{ matrix.container }}" == "ubuntu:20.04" ]]; then swift test --skip HTTPClientTests --no-parallel; else swift test; fi'
4141

4242
releasebuildcheck:
4343
name: Release Build Check

0 commit comments

Comments
 (0)