This commit is contained in:
2025-05-16 01:04:24 +03:00
parent b9eb254c02
commit 7301d121a2

View File

@@ -1,4 +1,4 @@
name: myRPC-CI
name: CI
on:
push:
@@ -10,8 +10,6 @@ jobs:
build:
name: Build and Unit Tests
runs-on: ubuntu-latest
services:
\# No extra services needed
steps:
\- uses: actions/checkout\@v3
@@ -35,7 +33,6 @@ steps:
sudo mkdir -p /etc/myRPC
printf "port = 9090;\nsocket_type = \"stream\";\n" | sudo tee /etc/myRPC/myRPC.conf
printf "$(whoami)\n" | sudo tee /etc/myRPC/users.conf
sudo chmod -R a+r /etc/myRPC
# Run server in background, capturing its PID
build/myRPC-server &