Skip to content

Commit f201241

Browse files
committed
ci: add dashboard
Signed-off-by: mikeee <[email protected]>
1 parent 9fca0b8 commit f201241

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate_examples.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,9 @@ jobs:
152152
tar czvf ~/daprbundle/dist/${file}_linux_amd64.tar.gz ${file}
153153
done
154154
155+
cd ~/daprbundle/dist/
156+
curl https://github.com/dapr/dashboard/releases/download/v0.14.0/dashboard_linux_amd64.tar.gz
157+
155158
: # Add docker image
156159
mkdir ~/daprbundle/docker
157160
cp ~/dapr_docker/daprio-dapr-0.0.0-dev.tar.gz ~/daprbundle/docker/

0 commit comments

Comments
 (0)