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
Update integration test to 0.3.0 APIs and temporarily use main (#310)
### Motivation
The integration test has been unable to run because its Package.swift
was updated to depend on 0.3.0 of this project, which has yet to be
tagged. This means we've been having to merge over broken CI. However,
there's nothing stopping us updating it to use the new APIs and getting
it running in the meantime.
### Modifications
- Update the integration test to use the new APIs (new Swift HTTP
types).
- Temporarily depend on main for swift-openapi-generator (until we tag).
### Result
Integration test pipeline is working again.
### Test Plan
Should pass in CI.
0 commit comments