File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919
2020 services :
21- # docker run --name durabletask-sidecar -p 4001:4001 --env 'DURABLETASK_SIDECAR_LOGLEVEL=Debug' --rm cgillum/durabletask-sidecar:latest start --backend Emulator
2221 durabletask-sidecar :
2322 image : cgillum/durabletask-sidecar:latest
2423 ports :
3130 - name : 📥 Checkout code
3231 uses : actions/checkout@v2
3332
33+ - name : Initialize and update submodules
34+ run : |
35+ git submodule update --init --recursive
36+
3437 - name : ⚙️ NodeJS - Install
3538 uses : actions/setup-node@v2
3639 with :
5558 - name : 📥 Checkout code
5659 uses : actions/checkout@v2
5760
61+ - name : Initialize and update submodules
62+ run : |
63+ git submodule update --init --recursive
64+
5865 - name : ⚙️ NodeJS - Install
5966 uses : actions/setup-node@v2
6067 with :
You can’t perform that action at this time.
0 commit comments