Skip to content

Commit

Permalink
test(CI): ensure discord_ids got decrypted properly
Browse files Browse the repository at this point in the history
  • Loading branch information
maqi authored and joshuef committed May 20, 2024
1 parent cf0a362 commit 6a0ac8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a0ac8d

Please sign in to comment.