We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently CI for docker test is too simple, it just test docker build, can not catch docker run error : https://github.com/apache/apisix-dashboard/blob/v2.0/.github/workflows/test-docker.yml
docker run
we need to check:
The text was updated successfully, but these errors were encountered:
yes, we need this. nice
Sorry, something went wrong.
How about adding those tests in this PR? #701
This action is used to Test then Deploy with Docker, if it's failed in test, then the deploy would be terminated, too.
Test then Deploy with Docker
LGTM
close since #701 merged.
No branches or pull requests
currently CI for docker test is too simple, it just test docker build, can not catch
docker run
error :https://github.com/apache/apisix-dashboard/blob/v2.0/.github/workflows/test-docker.yml
we need to check:
The text was updated successfully, but these errors were encountered: