Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Nov 11, 2024
1 parent 655c4ea commit fd9a73c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test-namespace-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,26 @@ jobs:
nsc bazel cache setup --bazelrc=/tmp/bazel-cache.bazelrc
- uses: actions/checkout@v4

- name: Build replica
run: |
bazel \
--noworkspace_rc \
--bazelrc=./bazel/conf/.bazelrc.build --bazelrc=/tmp/bazel-cache.bazelrc \
build \
--config=ci --config=macos_ci \
//rs/replica
- name: Copy replica
run: |
cp ./bazel-bin/rs/replica/replica replica
- name: Upload replica
uses: actions/upload-artifact@v4
with:
name: replica
path: |
./replica
# Build and test, excluding 'upload' jobs that are not required on macOS (used in reproducibility tests)
- name: Test
run: |
Expand Down

0 comments on commit fd9a73c

Please sign in to comment.