From 6a0ac8d492a2601b1faf6bf8af3601f02b980c36 Mon Sep 17 00:00:00 2001 From: qima Date: Mon, 20 May 2024 16:16:29 +0800 Subject: [PATCH] test(CI): ensure discord_ids got decrypted properly --- .github/workflows/memcheck.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/memcheck.yml b/.github/workflows/memcheck.yml index 028323c942..0ac8e540a9 100644 --- a/.github/workflows/memcheck.yml +++ b/.github/workflows/memcheck.yml @@ -292,6 +292,12 @@ jobs: timeout-minutes: 5 if: always() + - name: Ensure discord_ids decrypted + run: | + rg 'node_' ./spend_dag_and_statistics.txt -o + timeout-minutes: 1 + if: always() + - name: Check nodes running shell: bash timeout-minutes: 1