Skip to content

Commit

Permalink
change var pass in to match new version
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhao99 committed Jan 8, 2024
1 parent 183d6e4 commit 38fb619
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/smokeTestDeployProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ on:
# - completed

env:
NODE_VERSION: 18
DEPLOY_ENV: dev6
BASE_DOMAIN_NAME: www.dev6.simplereport.gov

jobs:
smoke-test-front-and-back-end:
Expand All @@ -32,11 +31,11 @@ jobs:
- name: Smoke test the env
uses: ./.github/actions/post-deploy-smoke-test
with:
deploy-env: ${{ env.DEPLOY_ENV }}
base_domain_name: ${{ env.BASE_DOMAIN_NAME }}
slack_alert:
runs-on: ubuntu-latest
if: failure()
needs: [smoke-test-front-and-back-end]
needs: [ smoke-test-front-and-back-end ]
steps:
- uses: actions/checkout@v4
- name: Send alert to Slack
Expand Down

0 comments on commit 38fb619

Please sign in to comment.