Skip to content

Prepared for the QTum mainnet deployment #8

Prepared for the QTum mainnet deployment

Prepared for the QTum mainnet deployment #8

Workflow file for this run

name: "checks"
on:
push:
branches:
- main
pull_request:
branches:
- main
- dev
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: npm run test