Skip to content

Commit

Permalink
testing verify
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwolenpbc authored Dec 27, 2024
1 parent ffaf7ad commit 4553d5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ jobs:


- name: Set script file based on environment
run: |
script="./scripts/verify-deployment-ab2d-east-impl.sh"
run: echo "script=./scripts/verify-deployment-ab2d-east-impl.sh" >> $GITHUB_ENV

- name: Run deployment verification script
run: |
chmod +x $script
./$script
env:
script: ${{ env.script }}

0 comments on commit 4553d5d

Please sign in to comment.