Closed wax911 closed 1 year ago
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
You may find an answer in already closed issues: https://github.com/AniTrend/anitrend-app/issues?q=is%3Aissue+is%3Aclosed
This change removes the test job in the android-build.yaml which makes the runner run longer
test
android-build.yaml
Since we can have required steps, we could make android-test.yaml a requirement prior to building the release files. Perhaps we could consider using https://github.com/marketplace/actions/wait-on-check
android-test.yaml
TBA
Everything looks good to me! Amazing stuff as always.
AniTrend Issue Guidelines
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
You may find an answer in already closed issues: https://github.com/AniTrend/anitrend-app/issues?q=is%3Aissue+is%3Aclosed
Feature Information
This change removes the
test
job in theandroid-build.yaml
which makes the runner run longerSolution Information
Since we can have required steps, we could make
android-test.yaml
a requirement prior to building the release files. Perhaps we could consider using https://github.com/marketplace/actions/wait-on-checkAdditional context
TBA