Skip to content

Fix network connectivity check in integration tests to use Test-Conne…#4

Merged
mmccormick2211 merged 3 commits intomainfrom
feature/release-readiness
Apr 2, 2026
Merged

Fix network connectivity check in integration tests to use Test-Conne…#4
mmccormick2211 merged 3 commits intomainfrom
feature/release-readiness

Conversation

@mmccormick2211
Copy link
Copy Markdown
Owner

This pull request updates the network connectivity check in the .github/actions/ps-integration-tests/action.yml workflow to use a more compatible and reliable PowerShell command. The change improves the robustness of the integration test setup by switching from Test-Netconnection to Test-Connection.

Integration test workflow improvement:

  • Replaced the use of Test-Netconnection with Test-Connection (using the -TcpPort parameter) to check connectivity to rdap.org on port 443, making the command more broadly compatible and less likely to fail in different execution environments.…ction for improved reliability

Description

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update
  • Code quality improvement (refactoring, tests, performance)

@mmccormick2211 mmccormick2211 merged commit 7b47b04 into main Apr 2, 2026
8 checks passed
@mmccormick2211 mmccormick2211 deleted the feature/release-readiness branch April 2, 2026 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant