Skip to content

Commit

Permalink
Document how to test all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Oct 11, 2024
1 parent 8164909 commit a968ed8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,15 @@ An eligible package should meet the following criteria:
## Contributing
We welcome issues or pull requests. Please read the [contributing guidelines](CONTRIBUTING.md) for details.
## Maintenance
This section is for maintainers.
### How to test all packages
Run this command on your terminal. [`gh`](https://cli.github.com/) is required.
```shell
for file in .github/workflows/test-package-*.yml; do gh workflow run "${file}"; done
```

0 comments on commit a968ed8

Please sign in to comment.