Skip to content

Commit 6303a5f

Browse files
committed
remove mac os as service
1 parent 8e01d2d commit 6303a5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
openicf/bin/ConnectorServer.sh
4141
if [ "$RUNNER_OS" == "Linux" ]; then
4242
sudo apt-get install jsvc
43+
openicf/bin/openicf.sh start
44+
openicf/bin/openicf.sh stop
45+
rm -rf openicf/logs
4346
else
4447
brew install coreutils jsvc
4548
fi
46-
sudo openicf/bin/openicf.sh start
47-
sudo openicf/bin/openicf.sh stop
48-
sudo rm -rf openicf/logs
4949
openicf/bin/ConnectorServer.sh /run &
5050
timeout 2m bash -c 'until grep -q "ConnectorServer listening on" openicf/logs/ConnectorServer.log ; do sleep 5; done'
5151
! grep " ERROR " openicf/logs/ConnectorServer.log

0 commit comments

Comments
 (0)