Skip to content

Commit

Permalink
print docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Dec 10, 2024
1 parent cf973d8 commit 3baffbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Print docker version
run: docker version

- name: Run tests
run: dotnet test -c Release -p:CollectCoverage=false

Expand Down

0 comments on commit 3baffbe

Please sign in to comment.