CI: fix service deployment test (#201)

This commit is contained in:
folex
2022-03-21 19:25:50 +04:00
committed by GitHub
parent 6c29107364
commit e9420bd3ae
2 changed files with 21 additions and 6 deletions

View File

@@ -1,8 +1,6 @@
#!/bin/bash
set -o errexit -o nounset -o pipefail
./build.sh
if [ $# -eq 1 ]; then
NODE="$1"
else
@@ -10,6 +8,7 @@ else
exit 1
fi
./build.sh
# check it .wasm was built
WASM="artifacts/call_parameters.wasm"