]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
nominatim: location of config file for nominatim-ui has changed
[chef.git] / .github / workflows / test-kitchen.yml
index f62bc5d9308b252b9a11cfe811dfcd126010d8ce..297d0bbfe8f1b1bd062af4ab4a1b47aad9689a7c 100644 (file)
@@ -25,6 +25,7 @@ jobs:
           - devices
           - dhcpd
           - dmca
+          - dns
           - docker
           - donate
           - elasticsearch
@@ -63,6 +64,9 @@ jobs:
           - osqa
           - otrs
           - passenger
+          - php
+          - php-apache
+          - php-fpm
           - piwik
           - planet
           - planet-current
@@ -70,6 +74,8 @@ jobs:
           - planet-notes
           - planet-replication
           - postgresql
+          - prometheus
+          - prometheus-server
           - python
           - rsyncd
           - serverinfo
@@ -96,15 +102,21 @@ jobs:
           - wordpress
           - wiki
         os:
-          - ubuntu-1804
+          - ubuntu-2004
+        include:
+          - suite: trac
+            os: ubuntu-1804
+        exclude:
+          - suite: trac
+            os: ubuntu-2004
       fail-fast: false
     steps:
     - name: Check out code
       uses: actions/checkout@v2
     - name: Setup ruby
-      uses: actions/setup-ruby@v1
+      uses: actions/setup-ruby@v1.1.3
     - name: Cache gems
-      uses: actions/cache@v1
+      uses: actions/cache@v2.1.4
       with:
         path: vendor/bundle
         key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}