Skip to content

Commit

Permalink
Move
Browse files Browse the repository at this point in the history
  • Loading branch information
a-masterov committed Dec 5, 2024
1 parent 32c173d commit 58397c4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/cloud-regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ jobs:
api_key: ${{ secrets.NEON_STAGING_API_KEY }}
project_id: ${{inputs.project-id}}

- name: Get the connection URI
id: connect-uri
uses: ./.github/actions/neon-get-connection-uri
with:
api_key: ${{ secrets.NEON_STAGING_API_KEY }}
project_id: ${{inputs.project-id}}
endpoint_id: ${{steps.endpoint-id.outputs.id}}

- name: Create a new branch
id: create-branch
uses: ./.github/actions/neon-branch-create
Expand All @@ -100,15 +108,6 @@ jobs:
endpoint_id: ${{steps.endpoint-id.outputs.id}}
branch_id: ${{steps.create-branch.outputs.branch_id}}


- name: Get the connection URI
id: connect-uri
uses: ./.github/actions/neon-get-connection-uri
with:
api_key: ${{ secrets.NEON_STAGING_API_KEY }}
project_id: ${{inputs.project-id}}
endpoint_id: ${{steps.endpoint-id.outputs.id}}

- name: Run the regression tests
uses: ./.github/actions/run-python-test-set
with:
Expand Down

0 comments on commit 58397c4

Please sign in to comment.