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 0d56779 commit 54d7577
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 @@ -41,7 +41,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 @@ -60,8 +60,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 54d7577

Please sign in to comment.