Skip to content

Commit

Permalink
chore: enable CI on macos
Browse files Browse the repository at this point in the history
fixes #198
  • Loading branch information
alexeagle committed Oct 2, 2023
1 parent ca579be commit 9093407
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest]
bazelversion: ${{ fromJSON(needs.matrix-prep-bazelversion.outputs.bazelversions) }}
folder:
- .
Expand Down Expand Up @@ -85,6 +85,12 @@ jobs:
working-directory: ${{ matrix.folder }}
run: echo "${{ matrix.bazelversion }}" > .bazelversion

# FIXME: don't attempt to run this setup for PRs from a fork, as the secret won't be present
- name: Setup Testcontainers Cloud Client
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}

- name: bazel test //...
working-directory: ${{ matrix.folder }}
env:
Expand Down

0 comments on commit 9093407

Please sign in to comment.