Skip to content

Commit 5a5c36b

Browse files
committed
chore: update test job
1 parent 8ffa3bc commit 5a5c36b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,5 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- uses: bazelbuild/setup-bazelisk@v2
10-
- name: Test
11-
run: |
12-
bazel test \
13-
--config=ci \
14-
--remote_header=x-buildbuddy-api-key=${{ secrets.BUILDBUDDY_ORG_API_KEY }} \
15-
//...
9+
- uses: cue-lang/setup-cue@v1.0.0
10+
- run: cue export ./k8s/magiclove/list.cue

0 commit comments

Comments
 (0)