Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson committed Oct 30, 2023
1 parent 44e9ca0 commit 9bb19b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ jobs:
run: |
EXPECTED_STATUS="200"
STAG_URL_BACKEND=$STAG_URL_FRONTEND$BACKEND_PATH
./utils/tests/url_status.sh $PROD_URL_BACKEND $EXPECTED_STATUS "staging backend deployment (environment_branch)"
./utils/tests/url_status.sh $STAG_URL_BACKEND $EXPECTED_STATUS "staging backend deployment (environment_branch)"
- name: "[environment_branch] 6. Test: endpoint data (session_storage)"
working-directory: ${{ env.PROJECT_LOCALDIR }}
run: |
Expand Down

0 comments on commit 9bb19b1

Please sign in to comment.