Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 364 Bytes

README.github.actions.md

File metadata and controls

11 lines (8 loc) · 364 Bytes

Notes

  • see ./github/workflows/test.yml
  • requires personal token with workflows
    • use git remote set-url origin ... to use new token
    • see personal notes from Max S course for full example
  • see bottom of build.gradle for listing unit tests as they run
  • if necessary, upgrade Gradle wrapper
    • ./gradlew wrapper --gradle-version 7.5.1