Add binary and docker image install test #8
Reference in New Issue
Block a user
Delete Branch "yp05327/deployment:add-install-test"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why no cache to playwright:
I have tried, but it depends on more system libaraies, not only the files under
~/.cache/ms-playwrightand see: https://github.com/microsoft/playwright/issues/7249
Maybe the best way is building a custom docker image for this.
used for the release step:
Wait for the release created and check whether the release artifacts generated
Notice:
not all releases will be checked, for binary files, only linux version is supported.
Test result in my local. (default timeout, 30s)
Mysql took too long, so I adjusted the timeout from 30s to 60s.
I don't know why, but it works now.
note: only mysql need to set db_host as localhost:3306