We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 226eaee commit 2d0a193Copy full SHA for 2d0a193
1 file changed
.github/workflows/conformance-tests-bigtable-proxy.yaml
@@ -53,6 +53,10 @@ jobs:
53
- name: Install Road Runner PHP
54
run: |
55
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
60
sudo dpkg -i roadrunner-2024.3.1-linux-amd64.deb
61
62
- run: bash Bigtable/tests/Conformance/proxy/conformance.sh
0 commit comments