Skip to content

Commit

Permalink
Use GitHub SHA for config server tests (#159)
Browse files Browse the repository at this point in the history
We think the problem with the config server tests might be that the sha
is short, so the checkout action thinks it's a tag. This fixes that, and
now we'll see.
  • Loading branch information
i-am-tom authored Nov 8, 2023
1 parent 1de6338 commit d8b0c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Dispatch Postgres Config Server E2E tests
uses: aurelien-baudet/workflow-dispatch@v2
with:
inputs: '{ "connector": "${{ steps.short-git-hash.outputs.hash }}" }'
inputs: '{ "connector": "${{ github.sha }}" }'
repo: hasura/v3-e2e-testing
ref: main
token: ${{ secrets.E2E_WORKFLOW_PAT }}
Expand Down

0 comments on commit d8b0c15

Please sign in to comment.