mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 17:47:00 -05:00
🧪 Improving docker image test resiliency (#7141)
* improving test resiliency * release notes
This commit is contained in:
4
.github/workflows/docker-edge.yml
vendored
4
.github/workflows/docker-edge.yml
vendored
@@ -87,8 +87,8 @@ jobs:
|
||||
- name: Test that the docker image boots
|
||||
run: |
|
||||
docker run --detach --network=host actualbudget/actual-server-testing
|
||||
sleep 5
|
||||
curl --fail -sS -LI -w '%{http_code}\n' --retry 10 --retry-delay 1 --retry-connrefused localhost:5006
|
||||
sleep 10
|
||||
curl --fail -sS -LI -w '%{http_code}\n' --retry 20 --retry-delay 1 --retry-connrefused localhost:5006
|
||||
|
||||
# This will use the cache from the earlier build step and not rebuild the image
|
||||
# https://docs.docker.com/build/ci/github-actions/test-before-push/
|
||||
|
||||
6
upcoming-release-notes/7141.md
Normal file
6
upcoming-release-notes/7141.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [MikesGlitch]
|
||||
---
|
||||
|
||||
Adding more retries to the Docker test in the pipeline
|
||||
Reference in New Issue
Block a user