Skip to content

Commit

Permalink
feat: install zetasql without test
Browse files Browse the repository at this point in the history
  • Loading branch information
jingchen2222 committed Jun 10, 2021
1 parent 7e7eb1b commit 2f3623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: build zetasql parser dependencies
if: ${{ github.event_name == 'push' }}
run: |
bazel query 'deps(${{ env.target }})' |grep //zetasql|xargs bazel build ${{ env.build_argv }}
bazel query 'deps(${{ env.target }})' |grep //zetasql | grep -v "test" | xargs bazel build ${{ env.build_argv }}
bazel build "@com_googleapis_googleapis//:all" ${{ env.build_argv }}
bazel query "@com_google_file_based_test_driver//..." |xargs bazel build ${{ env.build_argv }}
bazel build "@com_googlesource_code_re2//:re2" ${{ env.build_argv }}
Expand Down

0 comments on commit 2f3623a

Please sign in to comment.