[Bug]: unit tests are executed twice per Build.yaml
workflow execution
#1018
Labels
bug
Something isn't working
continuous-integration
GitHub Actions, Build/Test workflows, CI performance, errors etc
Is there an existing issue for this?
Is there a StackOverflow question about this issue?
What happened?
As discovered in #1011 (comment),
Build.yaml
contains two instances ofgradlew testDemoDebug testProdDebug
:in the
build
job ~5min 50s:nowinandroid/.github/workflows/Build.yaml
Lines 49 to 50 in f414cd4
in the
test
job ~14min 30s:nowinandroid/.github/workflows/Build.yaml
Lines 107 to 109 in f414cd4
(the duration difference can be explain by the
build
job having already compiled most of the needed source code)Relevant logcat output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: