Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Dec 13, 2023
1 parent 1b95fdd commit ea353ae
Showing 1 changed file with 18 additions and 21 deletions.
39 changes: 18 additions & 21 deletions .github/workflows/smokeTestDeployManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,22 @@ name: Smoke test deploy
run-name: Smoke test the deploy for a dev env by @${{ github.actor }}

on:
# DELETE ME WHEN MERGING
push:
# UNCOMMENT ME WHEN MERGING
# workflow_dispatch:
# inputs:
# deploy_env:
# description: 'The environment to smoke test'
# required: true
# type: choice
# options:
# - ""
# - dev
# - dev2
# - dev3
# - dev4
# - dev5
# - dev6
# - dev7
# - pentest
workflow_dispatch:
inputs:
deploy_env:
description: 'The environment to smoke test'
required: true
type: choice
options:
- ""
- dev
- dev2
- dev3
- dev4
- dev5
- dev6
- dev7
- pentest

env:
NODE_VERSION: 18
Expand All @@ -45,6 +42,6 @@ jobs:
- name: Smoke test the env
uses: ./.github/actions/post-deploy-smoke-test
with:
# REPLACE ME WITH deploy-env: ${{inputs.deploy_env}}
deploy-env: dev7
deploy-env: ${{inputs.deploy_env}}


0 comments on commit ea353ae

Please sign in to comment.