Skip to content

Commit

Permalink
explicitly set the docker sdk api version to use in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Dec 9, 2024
1 parent c9e1252 commit 0910d5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
KOSLI_JIRA_API_TOKEN: ${{ secrets.jira_api_token }}
INTEGRATION_TEST_AZURE_CLIENT_SECRET: ${{ secrets.azure_client_secret }}
INTEGRATION_TEST_AZURE_CLIENT_ID: ${{ secrets.azure_client_id }}
DOCKER_API_VERSION: "1.45"
run: |
# some tests use git operations, therefore the git author on the CI VM needs to be set
git config --global user.name "John Doe"
Expand Down

0 comments on commit 0910d5f

Please sign in to comment.