Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandru-uta committed Jan 21, 2025
1 parent 78d43c3 commit 7e24f56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-namespace-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,19 @@ jobs:
nsc bazel cache setup --bazelrc=/tmp/bazel-cache.bazelrc
- uses: actions/checkout@v4

- name: Build pocketic
- name: Build pocketic
run: |
bazel \
--noworkspace_rc \
--bazelrc=./bazel/conf/.bazelrc.build --bazelrc=/tmp/bazel-cache.bazelrc \
build \
--config=ci --config=macos_ci \
//rs/pocket_ic_server:pocket-ic-server
- name: Copy pocketic
run: |
cp ./bazel-bin/rs/pocket_ic_server/pocket-ic-server pocket-ic-server
- name: Upload pocketic
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7e24f56

Please sign in to comment.