Skip to content

Commit

Permalink
remove extra quote
Browse files Browse the repository at this point in the history
  • Loading branch information
erikrose100 committed May 1, 2024
1 parent 96e06c8 commit 93916a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
cache-to: type=gha,mode=max
- name: Test running image
run: |
docker run --rm ${{ env.TEST_TAG }} -e METADATA_API_CONFIG_CONNECTION_STRING="${{ env.METADATA_API_CONFIG_CONNECTION_STRING }}"" -e METADATA_API_CONFIG_CACHE_EXPIRATION="1" --stop-timeout 30
docker run --rm ${{ env.TEST_TAG }} -e METADATA_API_CONFIG_CONNECTION_STRING="${{ env.METADATA_API_CONFIG_CONNECTION_STRING }}" -e METADATA_API_CONFIG_CACHE_EXPIRATION="1" --stop-timeout 30

0 comments on commit 93916a6

Please sign in to comment.