Skip to content

Commit 54d7577

Browse files
Debug runner path failures for BQMT
1 parent 0d56779 commit 54d7577

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
)
4242
strategy:
4343
matrix:
44-
tests: [bigquery, common, gcs, pubsub, spanner, gcscreate, gcsdelete, gcsmove, bigqueryexecute, gcscopy, bigquerymultitable]
44+
tests: [bigquerymultitable]
4545
fail-fast: false
4646
steps:
4747
# Pinned 1.0.0 version
@@ -60,8 +60,9 @@ jobs:
6060
- name: Checkout e2e test repo
6161
uses: actions/checkout@v3
6262
with:
63-
repository: cdapio/cdap-e2e-tests
63+
repository: Vipinofficial11/cdap-e2e-tests
6464
path: e2e
65+
ref: testBQ
6566
- name: Cache
6667
uses: actions/cache@v3
6768
with:

0 commit comments

Comments
 (0)