This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
sysaudit
mirror of
https://github.com/brettlangdon/sysaudit.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
only run tests on linux
pull/3/head
Brett Langdon
5 years ago
parent
67d68c8db4
commit
971d5e14ae
Signed by:
brettlangdon
GPG Key ID:
A70042D88B95AA2B
1 changed files
with
1 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.github/workflows/test.yml
+ 1
- 2
.github/workflows/test.yml
View File
@ -10,10 +10,9 @@ jobs:
-
name
:
Black Check
-
name
:
Black Check
uses
:
jpetrucciani/black-check@20.8b1
uses
:
jpetrucciani/black-check@20.8b1
test:
test:
runs-on
:
${{ matrix.os }}
runs-on
:
ubuntu-latest
strategy:
strategy:
matrix:
matrix:
os
:
[
ubuntu-latest, macos-latest]
python-version
:
[
"2.7"
,
"3.5"
,
"3.6"
,
"3.7"
,
"3.8"
,
"3.9"
]
python-version
:
[
"2.7"
,
"3.5"
,
"3.6"
,
"3.7"
,
"3.8"
,
"3.9"
]
steps:
steps:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
Write
Preview
Loading…
Cancel
Save