You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: if [ "${{ matrix.container }}" == "redhat/ubi9" ] || [ "${{ matrix.container }}" == "ubuntu:20.04" ]; then swift test --skip HTTPClientTests; else swift test; fi
0 commit comments