Skip to content

Commit 2d0a193

Browse files
committed
chore: add checksum for roadrunner
1 parent 226eaee commit 2d0a193

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/conformance-tests-bigtable-proxy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ jobs:
5353
- name: Install Road Runner PHP
5454
run: |
5555
wget https://github.com/roadrunner-server/roadrunner/releases/download/v2024.3.1/roadrunner-2024.3.1-linux-amd64.deb
56+
if ! echo "2b131bc21255a48544c636a233c03b6a859c15bb6714d4819874b8abdaacb5d8 roadrunner-2024.3.1-linux-amd64.deb" | sha256sum --check; then
57+
echo "Checksum validation failed!"
58+
exit 1
59+
fi
5660
sudo dpkg -i roadrunner-2024.3.1-linux-amd64.deb
5761
5862
- run: bash Bigtable/tests/Conformance/proxy/conformance.sh

0 commit comments

Comments
 (0)