Unverified Commit e141ad46 authored by kladko's avatar kladko

SKALE-3481-NIGHTLY

parent afe173dc
name: Build, test and push sim mode container
on: [push]
schedule:
- cron: "*/1 * * * *"
jobs:
build:
runs-on: ubuntu-18.04
......
......@@ -25,7 +25,7 @@
import sys, os, subprocess, socket, time
os.chdir("..")
topDir:str = os.getcwd() + "/sgxwallet"
topDir = os.getcwd() + "/sgxwallet"
print("Starting container test")
print("Top directory is:" + topDir)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment