How to test Github actions without creating a release? #57
Unanswered
dariogmori
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
I am not sure to understand your question...I guess what you want to test are not the github actions but the docker images generated by the github actions, is that so? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I have recently created a new Dockerfile for compiling the API our team is coding in JavaSpring boot, which needs different containers for its Database and API. Because of this, I am in need of testing whether the Github actions are actually working properly or not, and I imagine I would not wanna do that on production (master).
Is there any way of testing the Github actions and deploying the application into a test environment without actually creating a release?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions