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
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
As discussed in #196 and #197, we should make sure the swift-doc executable installed by Homebrew continues to work. Here's what I'm thinking:
Create a new GitHub Actions workflow that runs on pushes to master as well as on a cron schedule (once per day, perhaps)
In that action, use the test bundle from Add end-to-end tests for command-line interface #199 to work on swift-doc installed by Homebrew instead of the one built from source (this could be configured via a command argument or environment variable)
Set up the workflow to test brew install swift-doc both building from source and downloading from a bottle, if available
Add corresponding CI tests in @SwiftDocOrg/homebrew-formulae
The text was updated successfully, but these errors were encountered:
As discussed in #196 and #197, we should make sure the
swift-doc
executable installed by Homebrew continues to work. Here's what I'm thinking:swift-doc
installed by Homebrew instead of the one built from source (this could be configured via a command argument or environment variable)brew install swift-doc
both building from source and downloading from a bottle, if availableThe text was updated successfully, but these errors were encountered: