mirror of
https://github.com/fluencelabs/examples
synced 2025-07-31 00:41:56 +00:00
CI: fix service deployment test (#201)
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user