Skip to content

Commit

Permalink
version that works
Browse files Browse the repository at this point in the history
  • Loading branch information
gyfelton committed Aug 20, 2024
1 parent e79c5b8 commit 787e897
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ jobs:
- if: matrix.sandbox
name: Enable sandbox mode
run: |
echo "build --strategy=SwiftCompile=sandboxed" >> user.bazelrc
echo "build --strategy=Genrule=sandboxed,local" >> user.bazelrc
echo "build --strategy=SwiftCompile=sandboxed" >> user.bazelrcc
echo "build --spawn_strategy=sandboxed" >> user.bazelrc
echo "build --strategy=Genrule=sandboxed,local" >> user.bazelrc
echo "build --strategy=StoryboardCompile=sandboxed,local" >> user.bazelr
echo "build --strategy=CleaningFramework=sandboxed,local" >> user.bazelr
echo "build --strategy=StoryboardLink=sandboxed,local" >> user.bazelr
echo "build --strategy=ProcessAndSign=sandboxed,local" >> user.bazelr
- name: Build and Test
run: |
# non-iOS tests
Expand Down

0 comments on commit 787e897

Please sign in to comment.