Skip to content

Commit 58a6930

Browse files
committed
.github: more debugging
1 parent 7517096 commit 58a6930

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,10 @@ jobs:
4646
ls -lah watcher/sdk/*.tgz
4747
md5sum watcher/sdk/*.tgz
4848
md5sum watcher/sdk/example-liquidity-layer/*.tgz
49-
ls -lah watcher/sdk/example-liquidity-layer/*.tgz
5049
cp -v watcher/sdk/example-liquidity-layer/*.tgz watcher/sdk
51-
ls -lah watcher/sdk/
5250
git diff --stat
53-
git status
5451
git diff --name-only
52+
diff <(tar -tvf watcher/sdk/wormhole-foundation-example-liquidity-layer-evm-0.0.1.tgz) <(tar -tvf watcher/sdk/example-liquidity-layer/wormhole-foundation-example-liquidity-layer-evm-0.0.1.tgz)
5553
5654
- name: Compare checksums
5755
run: git diff --name-only --exit-code && echo "✅ Checksums match. All generated files are consistent with committed versions." || (echo "❌ Checksum mismatch! Generated files do not match committed ones." >&2 && exit 1)

0 commit comments

Comments
 (0)