Skip to content

Commit

Permalink
Update SPEC_PATH export
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-szlapa committed Apr 8, 2024
1 parent ea8a929 commit db9fa1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sam_release_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ jobs:
run: |
SPEC_PATH="$(pwd)/eps-prescription-status-update-api.resolved.json"
echo "Specification location: $SPEC_PATH"
echo "export SPEC_PATH=${SPEC_PATH}" >> "$GITHUB_ENV"
echo "SPEC_PATH=${SPEC_PATH}" >> "$GITHUB_ENV"
- name: Export proxygen path
run: |
PROXYGEN_PATH=$(which proxygen)
echo "Proxygen location: $PROXYGEN_PATH"
echo "export PROXYGEN_PATH=${PROXYGEN_PATH}" >> "$GITHUB_ENV"
echo "PROXYGEN_PATH=${PROXYGEN_PATH}" >> "$GITHUB_ENV"
- name: Deploy API Test
shell: bash
Expand Down

0 comments on commit db9fa1c

Please sign in to comment.