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