Skip to content

Commit

Permalink
ci: add dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Jun 14, 2024
1 parent 9fca0b8 commit f201241
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate_examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ jobs:
tar czvf ~/daprbundle/dist/${file}_linux_amd64.tar.gz ${file}
done
cd ~/daprbundle/dist/
curl https://github.com/dapr/dashboard/releases/download/v0.14.0/dashboard_linux_amd64.tar.gz
: # Add docker image
mkdir ~/daprbundle/docker
cp ~/dapr_docker/daprio-dapr-0.0.0-dev.tar.gz ~/daprbundle/docker/
Expand Down

0 comments on commit f201241

Please sign in to comment.