Skip to content

Commit

Permalink
#113 Install docker - 5
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 3, 2024
1 parent 34101b5 commit 943e9fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-test-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Docker
uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12
# - name: Install Docker
# uses: docker-practice/actions-setup-docker@master
# timeout-minutes: 12

- name: Setup docker (missing on MacOS)
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ jobs:
# - name: run go test
# run: go test -v -p 1 ./...

- name: run go test - main
run: go test -v -p 1 ./.
# - name: run go test - main
# run: go test -v -p 1 ./.

- name: run go test - connector
run: go test -v -p 1 ./connector
Expand Down

0 comments on commit 943e9fc

Please sign in to comment.