Skip to content

Commit

Permalink
don't reinstall docker
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlparker committed Feb 26, 2024
1 parent 4facebc commit 6f81d5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
steps:
- name: check out code
uses: actions/checkout@v4
- name: install docker
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
- name: run tracetesting
run: |
make build && make run-tracetesting

0 comments on commit 6f81d5c

Please sign in to comment.