Skip to content

Commit

Permalink
test artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 24, 2024
1 parent b11375a commit bb4fba4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/xcm-wss-endpoints-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb4fba4

Please sign in to comment.