Skip to content

Commit

Permalink
Update to test build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosongyang-sv authored Oct 31, 2024
1 parent ef4149c commit 2313303
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
./gen_cert.sh &&
cp certs/server.key certs/key.pem &&
cp certs/server.crt certs/cert.pem &&
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && sudo -u runner RUSTUP_TOOLCHAIN=nightly RUST_LOG=NONE /home/runner/.cargo/bin/cargo run --package monolake -- -c benchmark/proxy/monolake/monolake.toml &"
sudo bash -c "ulimit -Sl 512 && ulimit -Hl 512 && cd /home/runner/monolake && sudo -u runner RUSTUP_TOOLCHAIN=nightly RUST_LOG=NONE /home/runner/.cargo/bin/cargo run --package monolake -- -c benchmark/proxy/monolake/monolake.toml &"
- name: Install-Run-Server
run: |
sudo apt-get update &&
Expand All @@ -45,7 +45,6 @@ jobs:
sudo cp -r ./benchmark/server/webroot/* /usr/share/nginx/html/ &&
cat examples/certs/server.key examples/certs/server.pkcs8 > ./combined.pem &&
sudo mv ./combined.pem /etc/nginx/ &&
mv certs examples/ &&
sudo cp examples/certs/cert.pem /etc/nginx/ &&
sudo systemctl enable nginx &&
sudo systemctl start nginx &&
Expand Down

0 comments on commit 2313303

Please sign in to comment.