Skip to content

Conversation

@rnro
Copy link
Contributor

@rnro rnro commented Mar 10, 2025

Update main.yml integration tests to use swift_test_matrix as has been done on the PR workflow. This brings it off the deprecated workflow and should fix the nightly-6.1 issue

Update main.yml integration tests to use `swift_test_matrix` as has been done on the PR workflow. This brings it off the deprecated workflow and should fix the nightly-6.1 issue
name: "HTTP/2 spec tests"
matrix_linux_command: "apt-get update -y -q && apt-get install -y -q wget lsof && mkdir $HOME/.tools && wget -q https://github.com/summerwind/h2spec/releases/download/v2.2.1/h2spec_linux_amd64.tar.gz -O $HOME/.tools/h2spec.tar.gz && tar xzf $HOME/.tools/h2spec.tar.gz --directory $HOME/.tools && PATH=${PATH}:$HOME/.tools && ./scripts/test_h2spec.sh"

construct-integration-tests-matrix:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the name be indented 2 spaces to the left?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks that way, thanks!

@rnro rnro added the semver/none No version bump required. label Mar 14, 2025
@rnro rnro enabled auto-merge (squash) March 14, 2025 10:04
@rnro rnro requested a review from czechboy0 March 14, 2025 10:04
@rnro rnro merged commit b46cdf0 into main Mar 14, 2025
36 of 37 checks passed
@rnro rnro deleted the main_swift_test_matrix branch March 14, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver/none No version bump required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants