Skip to content

Commit ae12e20

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

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
@@ -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)