Skip to content

Replace request-promise-native with axios [OR-387] #142

Replace request-promise-native with axios [OR-387]

Replace request-promise-native with axios [OR-387] #142

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.5
with:
node-version: 12.x
- run: npm install
- run: make verify
- run: make test