We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8abc5 commit eeef25bCopy full SHA for eeef25b
.github/workflows/ci_e2e.yml
@@ -54,6 +54,7 @@ jobs:
54
run: |
55
echo '--format RSpec::Github::Formatter --format progress' >> .rspec
56
echo "$(cat client/react-cra/package.json | jq '.proxy = "http://web:4242"')" > client/react-cra/package.json
57
+ sed -i -E 's/http:\/\/localhost:4242/http:\/\/web:4242/' ${{ matrix.target.sample }}/client/react/vite.config.mjs
58
59
source sample-ci/helpers.sh
60
setup_dependencies
0 commit comments