Skip to content

[feat] publish pending transactions to Streamr #76

[feat] publish pending transactions to Streamr

[feat] publish pending transactions to Streamr #76

Workflow file for this run

name: M3tering Console Tests
on: [workflow_dispatch, push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test