]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
Bump actions/cache from v2 to v2.1.4
[chef.git] / .github / workflows / test-kitchen.yml
index 8fc5c9ba674e6be9357c4a85ac45ac0498600c57..432d7a28e33658945f97422aebcad983f96679a6 100644 (file)
@@ -74,6 +74,8 @@ jobs:
           - planet-notes
           - planet-replication
           - postgresql
+          - prometheus
+          - prometheus-server
           - python
           - rsyncd
           - serverinfo
@@ -102,13 +104,9 @@ jobs:
         os:
           - ubuntu-2004
         include:
-          - os: ubuntu-1804
-            suite: osqa
-          - os: ubuntu-1804
-            suite: trac
+          - suite: trac
+            os: ubuntu-1804
         exclude:
-          - suite: osqa
-            os: ubuntu-2004
           - suite: trac
             os: ubuntu-2004
       fail-fast: false
@@ -116,9 +114,9 @@ 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
+      uses: actions/cache@v2.1.4
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}