Skip to content

Commit f8611c0

Browse files
Debug runner path failures for BQMT
1 parent 9740cc8 commit f8611c0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# 3) For PRs that are labeled as build and
3232
# - It's a code change
3333
# - A build label was just added
34-
# A bit complex, but prevents builds when other labels are manipulated
34+
# A bit complex but prevents builds when other labels are manipulated
3535
if: >
3636
github.event_name == 'workflow_dispatch'
3737
|| github.event_name == 'push'
@@ -40,7 +40,7 @@ jobs:
4040
)
4141
strategy:
4242
matrix:
43-
tests: [bigquery, common, gcs, pubsub, spanner, gcscreate, gcsdelete, gcsmove, bigqueryexecute, gcscopy, bigquerymultitable]
43+
tests: [bigquerymultitable]
4444
fail-fast: false
4545
steps:
4646
# Pinned 1.0.0 version
@@ -59,8 +59,9 @@ jobs:
5959
- name: Checkout e2e test repo
6060
uses: actions/checkout@v3
6161
with:
62-
repository: cdapio/cdap-e2e-tests
62+
repository: Vipinofficial11/cdap-e2e-tests
6363
path: e2e
64+
ref: testBQ
6465
- name: Cache
6566
uses: actions/cache@v3
6667
with:

0 commit comments

Comments
 (0)