Skip to content

Commit 57a141e

Browse files
committed
Use -no-simple-server
1 parent 9a4e3de commit 57a141e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage_runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
HZ_VERSION: ${{ matrix.hz_version }}
142142
run: |
143143
chmod +x rcd-ubuntu-latest
144-
./rcd-ubuntu-latest -version $HZ_VERSION &
144+
./rcd-ubuntu-latest -version $HZ_VERSION -no-simple-server &
145145
# wait for a bit for RCD to download artifacts
146146
sleep 10
147147
npm run coverage
@@ -151,7 +151,7 @@ jobs:
151151
env:
152152
HZ_VERSION: ${{ matrix.hz_version }}
153153
run: |
154-
Start-Process -FilePath .\rcd-windows-latest -ArgumentList '-version', $Env:HZ_VERSION -RedirectStandardOutput rcd-stdout.log -RedirectStandardError rcd-stderr.log
154+
Start-Process -FilePath .\rcd-windows-latest -ArgumentList '-version', $Env:HZ_VERSION, '-no-simple-server -RedirectStandardOutput rcd-stdout.log -RedirectStandardError rcd-stderr.log
155155
# wait for a bit for RCD to download artifacts
156156
sleep 10
157157
echo "RCD Log:"

0 commit comments

Comments
 (0)