mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 06:02:26 +08:00
Only build, to get cache to save
This commit is contained in:
parent
6d7dce90ed
commit
69a77a16d3
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
@ -46,8 +46,11 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bazel-
|
||||
|
||||
- name: Run tests
|
||||
run: bazel test //:typesense-test
|
||||
- name: Build Typesense
|
||||
run: bazel build //:typesense-server
|
||||
|
||||
# - name: Run tests
|
||||
# run: bazel test //:typesense-test
|
||||
|
||||
# Source: https://github.com/actions/upload-artifact/issues/92#issuecomment-1080347032
|
||||
- run: echo "BAZEL_BIN_FULL_PATH=$(readlink -f bazel-bin)" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user