Skip to content

Commit f09d030

Browse files
committed
gha integration tests
1 parent 0893672 commit f09d030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-grpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Start faithful-cli server
109109
uses: JarvusInnovations/background-action@v1
110110
with:
111-
run: ./bin/faithful-cli rpc --listen ":7999" --grpc-listen ":8999" --watch /tmp/$EPOCH.yml
111+
run: ./bin/faithful-cli rpc --listen ":7999" --grpc-listen ":8999" --watch /tmp/$EPOCH.yml &
112112
wait-on: http://localhost:7999/health
113113
wait-for: 5s
114114

0 commit comments

Comments
 (0)