Adding mocked plex for testing

This commit is contained in:
Jason House
2021-03-23 15:36:00 -04:00
parent 5cd3aaa171
commit 2bbcdbda04
13 changed files with 1693 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 15.x
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '12.x'