File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 73
73
if : env.UNIT_TEST_FAILED == 'true'
74
74
run : exit 1
75
75
76
+ - name : Checkout Durable Task Sidecar
77
+ uses : actions/checkout@v4
78
+ with :
79
+ repository : dapr/durabletask-go/
80
+ path : durabletask-sidecar
81
+
76
82
# TODO: Move the sidecar into a central image repository
77
83
- name : Initialize Durable Task Sidecar
78
- run : docker run --name durabletask-sidecar -p 4001:4001 --env 'DURABLETASK_SIDECAR_LOGLEVEL=Debug' -d peterstone2019 /durabletask-sidecar:latest start --backend Emulator
84
+ run : docker run --name durabletask-sidecar -p 4001:4001 --rm -it $(docker build -q . /durabletask-sidecar)
79
85
80
86
- name : Display Durable Task Sidecar Logs
81
87
run : nohup docker logs --since=0 durabletask-sidecar > durabletask-sidecar.log 2>&1 &
You can’t perform that action at this time.
0 commit comments