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 5da9434
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-namespace-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ jobs:
nsc bazel cache setup --bazelrc=/tmp/bazel-cache.bazelrc
- uses: actions/checkout@v4

- run: |
echo hello >> foobar
- name: Upload replica
uses: actions/upload-artifact@v4
with:
name: replca
path: |
foobar
# 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 5da9434

Please sign in to comment.