Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Feb 12, 2024
1 parent 3ecb5ca commit 1f86941
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
end_to_end_release_compatibility:
name: Postgres tests
name: E2E release compatibility
runs-on: ubuntu-latest

steps:
Expand All @@ -25,14 +25,14 @@ jobs:
with:
repository: hasura/v3-engine
path: v3-engine
token: ${{ secrets.SSH_GIT_ACCESS_PRIVATE }}
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.SSH_GIT_ACCESS_PRIVATE }}
token: ${{ secrets.HASURA_ORG_REPO_CHECKOUT_PAT }}

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

0 comments on commit 1f86941

Please sign in to comment.