Skip to content

Commit

Permalink
code review changes: allow inputs for worflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Sep 17, 2024
1 parent ed9e96f commit 405cfbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ jobs:
deployment-id: ${{ matrix.deployment_id }}
workspace: ${{ steps.get-astro-env-info.outputs.workspace_id }}
pytest: true
deploy-image: true
root-folder: e2e-setup/astro-project

- name: Get Deployment Info After Test
Expand Down Expand Up @@ -424,6 +425,7 @@ jobs:
workspace: ${{ secrets.WORKSPACE_ID }}
action: deploy-deployment-preview
root-folder: e2e-setup/astro-project
deploy-image: true
preview-name: test-preview-${{ matrix.deployment_id }}

- name: Get Deployment Info After Test
Expand Down

0 comments on commit 405cfbc

Please sign in to comment.