Skip to content

Commit

Permalink
fix: print aws env var
Browse files Browse the repository at this point in the history
  • Loading branch information
m-sureshraj committed Feb 3, 2024
1 parent addc56b commit 902cf30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,4 @@ jobs:

- name: Unit test
working-directory: ./deployment-with-github-actions
run: |
npm run test
echo "${{ vars.AWS_REGION }}"
run: npm run test
3 changes: 2 additions & 1 deletion .github/workflows/deploy-to-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ jobs:
echo "sls version - $(./node_modules/.bin/sls --version)"
- name: deploy
run: npm run deploy:dev
# run: npm run deploy:dev
run: echo "aws stage - ${{ vars.AWS_REGION }}"

0 comments on commit 902cf30

Please sign in to comment.