Browse Source

reorder jobs

Steven Silvester 4 years ago
parent
commit
7ef7f19e7d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/linuxtests.yml

+ 2 - 2
.github/workflows/linuxtests.yml

@@ -7,7 +7,7 @@ jobs:
     name: Linux
     strategy:
       matrix:
-        group: [integrity, integrity2, docs, docs2, python, usage, nonode]
+        group: [integrity, integrity2, docs, usage, docs2, python,  nonode]
         python: [3.5, 3.8]
         exclude:
           - group: integrity
@@ -16,7 +16,7 @@ jobs:
             python: 3.5
           - group: docs
             python: 3.5
-          - group: docs2
+          - group: docs
             python: 3.5
           - group: changelog
             python: 3.5