You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/12/02 15:05:11 UTC

[beam] branch users/damccorm/fixTestingBucket created (now 14fe7dd5b81)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/fixTestingBucket
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 14fe7dd5b81 Fix broken typescript tests

This branch includes the following new commits:

     new 14fe7dd5b81 Fix broken typescript tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix broken typescript tests

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/fixTestingBucket
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 14fe7dd5b81fc140cfb208269e2b7926f940e98b
Author: Danny McCormick <da...@google.com>
AuthorDate: Fri Dec 2 10:05:04 2022 -0500

    Fix broken typescript tests
---
 .github/workflows/typescript_tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/typescript_tests.yml b/.github/workflows/typescript_tests.yml
index 3d51ecb2675..2a9313efcc2 100644
--- a/.github/workflows/typescript_tests.yml
+++ b/.github/workflows/typescript_tests.yml
@@ -170,4 +170,4 @@ jobs:
           BEAM_SERVICE_OVERRIDES: '{"python:*": "python"}'
           GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
           GCP_REGION: ${{ secrets.GCP_REGION }}
-          GCP_TESTING_BUCKET: ${{ secrets.GCP_TESTING_BUCKET }}
+          GCP_TESTING_BUCKET: 'gs://${{ secrets.GCP_TESTING_BUCKET }}/tmp'