Files
shaka-player/.github/workflows/README.md
T
Joey Parrish d1f00b897c ci: Add tests for new update-issues tool (#3900)
This ports over internal tests suggested in #3889.
2022-01-25 10:17:47 -08:00

10 lines
290 B
Markdown

# Github Actions
## Workflows
- 'build_and_test.yaml':
Lints the player, and builds and tests each combination of OS and browser.
- 'update_issues.yaml':
Updates GitHub issues on a timer.
- 'test_update_issues.yaml':
Runs tests on the update-issues tool when it changes.