]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Merge remote-tracking branch 'github/pull/453'
[chef.git] / .github / workflows / test-kitchen.yml
index d8a39bb1985842713f8f09a0e8d57548df424d25..88f42b0a520710c6aa9963669cd0069d433e8c18 100644 (file)
@@ -74,6 +74,8 @@ jobs:
           - planet-notes
           - planet-replication
           - postgresql
+          - prometheus
+          - prometheus-server
           - python
           - rsyncd
           - serverinfo
@@ -101,24 +103,14 @@ jobs:
           - wiki
         os:
           - ubuntu-2004
-        include:
-          - suite: osqa
-            os: ubuntu-1804
-          - suite: trac
-            os: ubuntu-1804
-        exclude:
-          - suite: osqa
-            os: ubuntu-2004
-          - suite: trac
-            os: ubuntu-2004
       fail-fast: false
     steps:
     - name: Check out code
-      uses: actions/checkout@v2
+      uses: actions/checkout@v2.3.5
     - name: Setup ruby
-      uses: actions/setup-ruby@v1.1.1
+      uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v2.1.6
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}