Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Oct 8, 2024
1 parent 433bdb0 commit b65f861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Print Environment Variables
run: env
run: |
echo "ECR_REGISTRY: ${{ vars.ECR_REGISTRY }}"

0 comments on commit b65f861

Please sign in to comment.