From c3659cae8a57c02e4253a5e06f72a4ca1d39828b Mon Sep 17 00:00:00 2001 From: Jason Bosco Date: Sat, 17 Jun 2023 18:51:00 -0500 Subject: [PATCH] Disable saving artifact for now --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 875d7508..972780a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,8 +48,8 @@ jobs: - name: Run tests run: bazel test //:typesense-test - - name: Save build artifacts - uses: actions/upload-artifact@v3 - with: - name: typesense-server - path: bazel-bin/typesense-server +# - name: Save build artifacts +# uses: actions/upload-artifact@v3 +# with: +# name: typesense-server +# path: bazel-bin/typesense-server