Skip to content

Commit

Permalink
Decouples unit tests from Docker
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Apr 10, 2021
1 parent fe67873 commit 8089525
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@ jobs:
with:
go-version: '1.16.3'

- name: "Install 'Docker for Mac' (Latest)"
uses: docker-practice/actions-setup-docker@v1 # needed while TestGetEnvoyExtensionPush uses a real registry
if: runner.os == 'macOS'
with:
docker_buildx: false # Install is flakey. When it, we can install it via docker/setup-buildx-action@v1
timeout-minutes: 20 # fail fast if MacOS install takes too long

- name: "Verify clean check-in"
run: make check

Expand Down

0 comments on commit 8089525

Please sign in to comment.