Skip to content

Commit

Permalink
Add smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
johnake committed Feb 9, 2024
1 parent 15ecceb commit 6dcc8ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/deploy-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ runs:
run: |
CLAIMS_EXTERNAL_HOST=$(echo $HOSTNAMES | jq -r '.[0]')
PLACEMENTS_EXTERNAL_HOST=$(echo $HOSTNAMES | jq -r '.[1]')
export CLAIMS_EXTERNAL_HOST=$CLAIMS_EXTERNAL_HOST
export PLACEMENTS_EXTERNAL_HOST=$PLACEMENTS_EXTERNAL_HOST
bin/bundle exec rspec --tag smoke_test -b
env:
SMOKE_TEST: "true"
Expand Down

0 comments on commit 6dcc8ab

Please sign in to comment.