Skip to content

Commit

Permalink
Add sandbox mode to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gyfelton authored Aug 30, 2024
1 parent a267ad5 commit 3073bd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
fail-fast: false
matrix:
bazel_version: [6.5.0, 7.1.0]
sandbox: [true, false]
xcode_version: [15.2]
env:
XCODE_VERSION: ${{ matrix.xcode_version }}
Expand All @@ -94,6 +95,10 @@ jobs:
- uses: actions/checkout@v4
- name: Preflight Env
run: .github/workflows/preflight_env.sh
- if: matrix.sandbox
name: Enable sandbox mode
run: |
echo "build --config=sandboxed" >> user.bazelrcc
- name: Build and Test
run: |
bazelisk build \
Expand Down

0 comments on commit 3073bd1

Please sign in to comment.