Skip to content

Commit cbd17fb

Browse files
Add more debug logs for GHA.
1 parent 7a65d98 commit cbd17fb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/development.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,20 @@ jobs:
105105
startsWith(github.ref, 'refs/tags')
106106
needs: test
107107
runs-on: ubuntu-latest
108+
strategy:
109+
matrix:
110+
include:
111+
- py_ver: 3.8
112+
distro: alpine
113+
image: djbase
108114
env:
115+
PY_VER: ${{matrix.py_ver}}
116+
DISTRO: ${{matrix.distro}}
117+
IMAGE: ${{matrix.image}}
109118
TWINE_USERNAME: ${{secrets.twine_username}}
110119
TWINE_PASSWORD: ${{secrets.twine_password}}
120+
DOCKER_CLIENT_TIMEOUT: "120"
121+
COMPOSE_HTTP_TIMEOUT: "120"
111122
outputs:
112123
release_upload_url: ${{steps.create_gh_release.outputs.upload_url}}
113124
steps:

0 commit comments

Comments
 (0)