Skip to content

Commit

Permalink
setup remote docker in test jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
loderunner committed Aug 16, 2023
1 parent b44993a commit d972729
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
name: windows/default
shell: bash --login -eo pipefail
steps:
- setup_remote_docker
- run: git config --global core.autocrlf false
- checkout
- run: mkdir test_results
Expand All @@ -102,6 +103,7 @@ jobs:
test_mac:
executor: mac
steps:
- setup_remote_docker
- checkout
- run: |
brew update
Expand All @@ -123,6 +125,7 @@ jobs:
docker:
- image: cimg/ruby:2.7
steps:
- setup_remote_docker
- checkout
- attach_workspace:
at: .
Expand All @@ -140,6 +143,7 @@ jobs:
test:
executor: go
steps:
- setup_remote_docker
- checkout
- gomod
- run: make test
Expand All @@ -149,6 +153,7 @@ jobs:
environment:
CGO_ENABLED: 1
steps:
- setup_remote_docker
- checkout
- force-http-1
- gomod
Expand Down

0 comments on commit d972729

Please sign in to comment.