Skip to content

Commit

Permalink
Nope
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Feb 12, 2024
1 parent 315062f commit 843b97c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
with:
repository: hasura/v3-engine
path: v3-engine
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.HASURA_ORG_REPO_CHECKOUT_PAT }}

- name: Check out `v3-e2e-testing`
uses: actions/checkout@v3
with:
repository: hasura/v3-e2e-testing
path: v3-e2e-testing
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.HASURA_ORG_REPO_CHECKOUT_PAT }}

- name: Run the tests
run: just test-postgres-new
Expand Down

0 comments on commit 843b97c

Please sign in to comment.