Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: unit tests are executed twice per Build.yaml workflow execution #1018

Closed
3 tasks done
SimonMarquis opened this issue Nov 5, 2023 · 4 comments
Closed
3 tasks done
Labels
bug Something isn't working continuous-integration GitHub Actions, Build/Test workflows, CI performance, errors etc

Comments

@SimonMarquis
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Is there a StackOverflow question about this issue?

  • I have searched StackOverflow

What happened?

As discovered in #1011 (comment), Build.yaml contains two instances of gradlew testDemoDebug testProdDebug:

(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

  • I agree to follow this project's Code of Conduct
@SimonMarquis SimonMarquis added the bug Something isn't working label Nov 5, 2023
@ayaankhan98
Copy link

Can I proceed to fix this issue?

@SimonMarquis
Copy link
Contributor Author

I think we should first find out what to do with #1011 and think about the bigger picture of job dependencies.

@dturner dturner added the continuous-integration GitHub Actions, Build/Test workflows, CI performance, errors etc label Nov 6, 2023
@ayaankhan98
Copy link

Okay, makes sense.

@JoseAlcerreca
Copy link
Contributor

Fixed in #1019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working continuous-integration GitHub Actions, Build/Test workflows, CI performance, errors etc
Projects
None yet
Development

No branches or pull requests

4 participants