mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-17 03:06:27 -07:00
Run on all
This commit is contained in:
parent
b1815667d6
commit
af8c30429c
3 changed files with 9 additions and 3 deletions
|
|
@ -12,6 +12,12 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [16.x]
|
node-version: [16.x]
|
||||||
|
os:
|
||||||
|
[
|
||||||
|
["ubuntu-20.04"],
|
||||||
|
["windows-2019"],
|
||||||
|
["macos-11.0"],
|
||||||
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
@ -24,7 +24,7 @@ const tests = [
|
||||||
+ '6 channels - und aac \n'
|
+ '6 channels - und aac \n'
|
||||||
+ '8 channels - ',
|
+ '8 channels - ',
|
||||||
},
|
},
|
||||||
linux: undefined,
|
linux: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -86,7 +86,7 @@ const tests = [
|
||||||
+ '6 channels - \n'
|
+ '6 channels - \n'
|
||||||
+ '8 channels - ',
|
+ '8 channels - ',
|
||||||
},
|
},
|
||||||
linux: undefined,
|
linux: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ const run = async (tests) => {
|
||||||
expectedOutput = test.output;
|
expectedOutput = test.output;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (expectedOutput === undefined) {
|
if (expectedOutput === false) {
|
||||||
// skip test due to OS
|
// skip test due to OS
|
||||||
// eslint-disable-next-line no-console
|
// eslint-disable-next-line no-console
|
||||||
console.log(`Test not meant to run on ${os.platform()}, skipping`);
|
console.log(`Test not meant to run on ${os.platform()}, skipping`);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue