diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 812e64ffea..02e1c1b26c 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 @@ -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: