Skip to content

Commit

Permalink
ndc-postgres is no longer a remote repository for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Mar 7, 2024
1 parent f278680 commit fc9489c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fc9489c

Please sign in to comment.