From: Tom Hughes Date: Thu, 6 Aug 2020 17:47:26 +0000 (+0100) Subject: Use consistent ordering for test names X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/823a60ab162f5682c805a0113be966d82620821b Use consistent ordering for test names --- diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 8fc5c9ba6..d8a39bb19 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -102,10 +102,10 @@ jobs: os: - ubuntu-2004 include: - - os: ubuntu-1804 - suite: osqa - - os: ubuntu-1804 - suite: trac + - suite: osqa + os: ubuntu-1804 + - suite: trac + os: ubuntu-1804 exclude: - suite: osqa os: ubuntu-2004