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

GHA: Separate container build and run steps to simplify reading workflow logs #640

Open
eecavanna opened this issue Aug 13, 2024 · 0 comments
Labels
backlog Not assigned to a sprint or not completed during a planned sprint. Needs to be reprioritized. cleanup 🧹 Related to cleaning up code, documentation, etc. X SMALL Less than 1 day

Comments

@eecavanna
Copy link
Collaborator

The python-app.yml workflow currently invokes:

    - name: Test with pytest
      run: |
        make up-test
        make test

That step takes a long time (several minutes) and produces a lot of console output (many scrolls). I find it tedious to scroll through the console output in order to find the portion that shows the test output.

I propose the GHA workflow be updated so that the container building step happen in a different workflow step from the actual running of the tests.

@eecavanna eecavanna added X SMALL Less than 1 day backlog Not assigned to a sprint or not completed during a planned sprint. Needs to be reprioritized. cleanup 🧹 Related to cleaning up code, documentation, etc. labels Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Not assigned to a sprint or not completed during a planned sprint. Needs to be reprioritized. cleanup 🧹 Related to cleaning up code, documentation, etc. X SMALL Less than 1 day
Projects
Status: No status
Development

No branches or pull requests

1 participant