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 f8611c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# 3) For PRs that are labeled as build and
# - It's a code change
# - A build label was just added
# A bit complex, but prevents builds when other labels are manipulated
# A bit complex but prevents builds when other labels are manipulated
if: >
github.event_name == 'workflow_dispatch'
|| github.event_name == 'push'
Expand All @@ -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 f8611c0

Please sign in to comment.