Skip to content

Commit

Permalink
[ELY-2034] Temporarily preventing OidcTest from running on macOS sinc…
Browse files Browse the repository at this point in the history
…e there are intermittent issues with starting up the Docker container in the GitHub Actions environment
  • Loading branch information
fjuma committed Sep 10, 2021
1 parent 76b78a1 commit 4b423fb
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 11
- if: matrix.os == 'macos-latest'
name: Install docker
run: |
brew install docker docker-machine docker-compose
brew services start docker-machine
docker-machine create --driver virtualbox default
docker --version
# ELY-2204 - Temporarily preventing OidcTest from running on macOS since there
# are intermittent issues with starting up the Docker container.
#- if: matrix.os == 'macos-latest'
# name: Install docker
# run: |
# brew install docker docker-machine docker-compose
# brew services start docker-machine
# docker-machine create --driver virtualbox default
# docker --version
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 4b423fb

Please sign in to comment.