Skip to content

Bump axios in /inspector in the npm_and_yarn group across 1 directory #345

Bump axios in /inspector in the npm_and_yarn group across 1 directory

Bump axios in /inspector in the npm_and_yarn group across 1 directory #345

Workflow file for this run

---
name: inspector
on:
push:
jobs:
test:
name: test
runs-on: ubuntu-latest
defaults:
run:
working-directory: inspector
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: npm install
- run: npm test