diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2718d32..486b267 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,16 +6,15 @@ jobs: test-start: strategy: matrix: - os: [ubuntu-latest, macOS-latest] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - - name: Install docker on macOS + - name: Install docker uses: docker-practice/actions-setup-docker@master - if: ${{ matrix.os == 'macOS-latest' }} - + - name: Run setup script run: ./setup.sh @@ -23,4 +22,4 @@ jobs: run: docker-compose up -d - name: Check if system comes up - run: ./.github/workflows/healthCheck.sh \ No newline at end of file + run: ./.github/workflows/healthCheck.sh