We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e1252 commit 0910d5fCopy full SHA for 0910d5f
.github/workflows/test.yml
@@ -138,6 +138,7 @@ jobs:
138
KOSLI_JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
139
INTEGRATION_TEST_AZURE_CLIENT_SECRET: ${{ secrets.azure_client_secret }}
140
INTEGRATION_TEST_AZURE_CLIENT_ID: ${{ secrets.azure_client_id }}
141
+ DOCKER_API_VERSION: "1.45"
142
run: |
143
# some tests use git operations, therefore the git author on the CI VM needs to be set
144
git config --global user.name "John Doe"
0 commit comments