Skip to content

Commit eeef25b

Browse files
chore: add new wf for vite
1 parent 1c8abc5 commit eeef25b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: |
5555
echo '--format RSpec::Github::Formatter --format progress' >> .rspec
5656
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
5758
5859
source sample-ci/helpers.sh
5960
setup_dependencies

0 commit comments

Comments
 (0)