Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 24, 2024
1 parent 68d2310 commit 6e9a7d2
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/xcm-wss-endpoints-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,22 @@ jobs:
run: npm run build

- name: 📜 Read existing script output
uses: actions/download-artifact@v4
id: download-artifact
uses: dawidd6/action-download-artifact@v3
with:
workflow: xcm-wss-endpoints-monitor.yml
name: inactive-endpoints
path: ./scripts/check-websockets-output.json
run-id: 7635714984

- name: Display structure of downloaded files
run: ls -R
search_artifacts: true
check_artifacts: true
# uses: actions/download-artifact@v4
# with:
# name: inactive-endpoints
# path: ./scripts/check-websockets-output.json
# run-id: 7635714984

# - name: Display structure of downloaded files
# run: ls -R

- name: 💻 Run script
if: always()
Expand Down

0 comments on commit 6e9a7d2

Please sign in to comment.