Skip to content

Commit

Permalink
fix build misplacement
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaurello committed Jan 23, 2024
1 parent b8c9a62 commit 42876e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xcm-wss-endpoints-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Update npm
run: npm i -g npm@9

- name: 🛠️ Build
run: npm run build

- name: ⬇️ install
run: npm ci --ignore-scripts

- name: 🛠️ Build
run: npm run build

# TODO remove --include-test-chains
- name: 💻 Run script
run: npx bun ./scripts/check-websockets.ts --slack-wh=${{ secrets.SLACK_WEBHOOK_URL }} --include-test-chains

0 comments on commit 42876e6

Please sign in to comment.