Skip to content

Commit

Permalink
Removed old macos part of the test process
Browse files Browse the repository at this point in the history
  • Loading branch information
noctarius committed Jul 12, 2023
1 parent c8be041 commit 648a2be
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,14 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: Install colima on MacOS
if: ${{ matrix.os == 'macos-latest' }}
run: brew install colima docker && colima start

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ env.golang-version }}
id: go

- name: Test
if: ${{ matrix.os != 'macos-latest' }}
run: TSES_TEST_PG_VERSION=${{ matrix.pg_version }} make test > unit-run.log 2>&1

- name: Test
if: ${{ matrix.os == 'macos-latest' }}
run: TSES_TEST_PG_VERSION=${{ matrix.pg_version }} make test > unit-run.log 2>&1
env:
DOCKER_HOST: 'unix:///Users/runner/.colima/default/docker.sock'
TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE: '/var/run/docker.sock'

- name: 'Print failure logs'
if: ${{ failure() }}
Expand Down

0 comments on commit 648a2be

Please sign in to comment.