Skip to content

Commit

Permalink
Merge branch 'main' into update-docker-pull-mention
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand committed Jan 15, 2025
2 parents f14f425 + 4c2f018 commit 13e27c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
tool: cargo-llvm-cov

- name: docker
uses: docker-practice/actions-setup-docker@master
uses: docker/setup-docker-action@v4

- name: Run tests and generate code coverage
run: make coverage
Expand All @@ -94,4 +94,4 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: coverage-summary
path: coverage.zip
path: coverage.zip

0 comments on commit 13e27c6

Please sign in to comment.