Skip to content

Commit

Permalink
Restore inspector tests
Browse files Browse the repository at this point in the history
We accidentally lost these in #1401
  • Loading branch information
Aaron D Borden committed Jun 24, 2021
1 parent dafadf1 commit 948af3a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/inspector.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
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

0 comments on commit 948af3a

Please sign in to comment.