From bb4fba417c26f587a6a786b86594f6c044543237 Mon Sep 17 00:00:00 2001 From: Mario J Maurello Date: Wed, 24 Jan 2024 16:07:11 +1300 Subject: [PATCH] test artifacts --- .github/workflows/xcm-wss-endpoints-monitor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/xcm-wss-endpoints-monitor.yml b/.github/workflows/xcm-wss-endpoints-monitor.yml index c93b7816..18e5ecee 100644 --- a/.github/workflows/xcm-wss-endpoints-monitor.yml +++ b/.github/workflows/xcm-wss-endpoints-monitor.yml @@ -33,14 +33,18 @@ jobs: uses: actions/download-artifact@v4 with: name: inactive-endpoints + path: ./scripts/check-websockets-output.json + - name: Display structure of downloaded files run: ls -R - name: 💻 Run script + if: always() # run: npx bun ./scripts/check-websockets.ts --slack-wh=${{ secrets.SLACK_WEBHOOK_URL }} run: npx bun ./scripts/check-websockets.ts - name: 📦 Upload script output + if: always() uses: actions/upload-artifact@v4 with: name: inactive-endpoints