fix CI
This commit is contained in:
parent
b9eb254c02
commit
7301d121a2
@ -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 &
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user