From 888ec6f089cf763b108a4411d10136b24c1062d0 Mon Sep 17 00:00:00 2001 From: jangko Date: Fri, 21 May 2021 15:58:45 +0700 Subject: [PATCH] make autobahn start_server.sh executable from: ./scripts/start_server.sh to : chmod +x ./scripts/start_server.sh --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c627d7e32c..9ff23cfef2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,6 +215,7 @@ jobs: source autobahn/bin/activate pip install autobahntestsuite cd nim-ws + chmod +x ./scripts/start_server.sh ./scripts/start_server.sh cd autobahn wstest --mode fuzzingclient --spec fuzzingclient.json