Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dapr/quickstarts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1fccd7c3024e6770cf284027241606484601eaa1
Choose a base ref
..
head repository: dapr/quickstarts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cc47a7d0f720611ce0001b146ff5f795a728ac99
Choose a head ref
Showing with 13 additions and 0 deletions.
  1. +13 −0 .github/workflows/validate_go_quickstarts.yaml
13 changes: 13 additions & 0 deletions .github/workflows/validate_go_quickstarts.yaml
Original file line number Diff line number Diff line change
@@ -95,6 +95,19 @@ jobs:
echo "PATH=$PATH:$HOME/.local/bin" >> $GITHUB_ENV
pip3 install setuptools wheel
pip3 install mechanical-markdown
- name: Checkout Dapr
uses: actions/checkout@v4
with:
repository: dapr/dapr
ref: df7ece7b8b717b991b22e0e94556e3b16effd034
path: './dapr-dapr'
- name: Build Dapr
run: |
cd ./dapr-dapr/
make build
- name: Override dapr
run: |
cp ./dapr-dapr/dist/linux_amd64/release/daprd ~/.dapr/bin/daprd
- name: Validate building blocks with GO
run: |
variants=("http" "sdk")