Skip to content

Fix test by using US binance URL (#3) #18

Fix test by using US binance URL (#3)

Fix test by using US binance URL (#3) #18

Workflow file for this run

on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Install dependencies
run: npm install
- name: Test
run: npm test
env:
CI: true