File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4
4
mkdir --parents ${HOME} /.bin/
5
5
export PATH=" $HOME /.cargo/bin:${HOME} /.bin:$PATH "
6
6
7
+ [ -z $WORKDIR ] || cd $WORKDIR
7
8
for cmd in " $@ " ; do
8
9
echo " Running '$cmd '..."
9
10
if sh -c " $cmd " ; then
Original file line number Diff line number Diff line change @@ -58,15 +58,13 @@ action "Smoke tests" {
58
58
runs = " ./.github/entrypoint.sh"
59
59
args = [
60
60
" git submodule update --init --recursive" ,
61
- " cd examples/xstate/nodejs" ,
62
61
" npm install" ,
63
62
" scrap generate src/${ filestem } .scl --format xstate --as typescript > src/fsm/${ filestem } .ts" ,
64
63
" scrap generate src/${ filestem } .scl --format xstate --as javascript >> src/fsm/${ filestem } .ts" ,
65
64
" npx tsc --build" ,
66
65
" node dist/index.js" ,
67
66
]
68
- env = { filestem = " light" }
69
- secrets = [" GITHUB_TOKEN" ]
67
+ env = { WORKDIR = " examples/xstate/nodejs" , filestem = " light" }
70
68
}
71
69
72
70
action "Perf cargo" {
Original file line number Diff line number Diff line change 1
1
[submodule "examples/xstate/nodejs "]
2
2
path = examples/xstate/nodejs
3
- url = git@ github.com: DrSensor/nodejs-scdlang_xstate.git
3
+ url = https:// github.com/ DrSensor/nodejs-scdlang_xstate.git
You can’t perform that action at this time.
0 commit comments