From fc9489c87b3a95984243fc9ee9b9c0421644cf3f Mon Sep 17 00:00:00 2001 From: Tom Harding Date: Thu, 7 Mar 2024 13:16:48 +0100 Subject: [PATCH] ndc-postgres is no longer a remote repository for this test --- .github/workflows/e2e-tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-tests.yaml b/.github/workflows/e2e-tests.yaml index ab7135c6..f71ff626 100644 --- a/.github/workflows/e2e-tests.yaml +++ b/.github/workflows/e2e-tests.yaml @@ -24,9 +24,7 @@ jobs: - name: Check out ndc-postgres uses: actions/checkout@v3 with: - repository: hasura/ndc-postgres path: ndc-postgres - token: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }} - name: Build ndc-postgres run: cargo build @@ -46,7 +44,9 @@ jobs: - name: Check out v3-e2e-testing uses: actions/checkout@v3 with: + repository: hasura/v3-e2e-testing path: v3-e2e-testing + token: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }} - name: Run the tests run: just test-postgres