Skip to content

Commit

Permalink
Debug runner path failures for BQMT
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Jan 17, 2024
1 parent 9740cc8 commit ae12e20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
)
strategy:
matrix:
tests: [bigquery, common, gcs, pubsub, spanner, gcscreate, gcsdelete, gcsmove, bigqueryexecute, gcscopy, bigquerymultitable]
tests: [bigquerymultitable]
fail-fast: false
steps:
# Pinned 1.0.0 version
Expand All @@ -59,8 +59,9 @@ jobs:
- name: Checkout e2e test repo
uses: actions/checkout@v3
with:
repository: cdapio/cdap-e2e-tests
repository: Vipinofficial11/cdap-e2e-tests
path: e2e
ref: testBQ
- name: Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit ae12e20

Please sign in to comment.