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 44mkdir --parents ${HOME} /.bin/
55export PATH=" $HOME /.cargo/bin:${HOME} /.bin:$PATH "
66
7+ [ -z $WORKDIR ] || cd $WORKDIR
78for cmd in " $@ " ; do
89 echo " Running '$cmd '..."
910 if sh -c " $cmd " ; then
Original file line number Diff line number Diff line change @@ -58,15 +58,13 @@ action "Smoke tests" {
5858 runs = " ./.github/entrypoint.sh"
5959 args = [
6060 " git submodule update --init --recursive" ,
61- " cd examples/xstate/nodejs" ,
6261 " npm install" ,
6362 " scrap generate src/${ filestem } .scl --format xstate --as typescript > src/fsm/${ filestem } .ts" ,
6463 " scrap generate src/${ filestem } .scl --format xstate --as javascript >> src/fsm/${ filestem } .ts" ,
6564 " npx tsc --build" ,
6665 " node dist/index.js" ,
6766 ]
68- env = { filestem = " light" }
69- secrets = [" GITHUB_TOKEN" ]
67+ env = { WORKDIR = " examples/xstate/nodejs" , filestem = " light" }
7068}
7169
7270action "Perf cargo" {
Original file line number Diff line number Diff line change 11[submodule "examples/xstate/nodejs "]
22 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