Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
unandyala committed Sep 3, 2024
1 parent 6ddba56 commit 3babde0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Read application config
id: read_config
run: |
config=$(node -e "console.log(JSON.stringify(require('./config/default.js')))")
config=$(node -e "console.log(JSON.stringify(require('./packages/template-retail-react-app/config/default.js')))")
echo "proxy_configs=$(echo $config | jq -r '.ssrParameters.proxyConfigs')" >> $GITHUB_OUTPUT
- name: Add proxy config on MRT
Expand Down

0 comments on commit 3babde0

Please sign in to comment.