]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Bump actions/setup-ruby from v1.1.1 to v1.1.2
[chef.git] / .github / workflows / test-kitchen.yml
index 8fc5c9ba674e6be9357c4a85ac45ac0498600c57..32aa19ba0707d1b4549d55ad6c8ee061247788ad 100644 (file)
@@ -74,6 +74,8 @@ jobs:
           - planet-notes
           - planet-replication
           - postgresql
+          - prometheus
+          - prometheus-server
           - python
           - rsyncd
           - serverinfo
@@ -102,10 +104,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
@@ -116,7 +118,7 @@ jobs:
     - name: Check out code
       uses: actions/checkout@v2
     - name: Setup ruby
-      uses: actions/setup-ruby@v1.1.1
+      uses: actions/setup-ruby@v1.1.2
     - name: Cache gems
       uses: actions/cache@v2
       with: