X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/204405570f4bf5e8a2b0400d000fc364e5e56f74..c5638408e4690ced678f1d6f827d50873e2cf23d:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 16babd429..99353fd3f 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -12,25 +12,41 @@ jobs: - accounts - apache - apt + - backup - bind - blog - blogs - civicrm - clamav + - db-backup + - db-base + - db-master + - db-slave - devices - dhcpd - dmca + - docker - donate + - elasticsearch - exim - fail2ban - forum - ftp - geodns - geoipupdate + - git + - git-server + - git-web - gps-tile - hardware + - hot - incron + - irc + - kibana - letsencrypt + - logstash + - logstash-forwarder + - mail - mailman - memcached - munin @@ -48,6 +64,7 @@ jobs: - passenger - piwik - planet + - planet-current - planet-dump - planet-notes - planet-replication @@ -55,29 +72,34 @@ jobs: - python - rsyncd - serverinfo + - snmpd - spamassassin - squid + - ssl - stateofthemap - subversion - supybot - switch2osm + - sysctl + - sysfs - taginfo - tile - tilecache + - tilelog - tools - trac - web-backend - web-cgimap - web-frontend - web-rails + - wordpress + - wiki os: - ubuntu-1804 fail-fast: false steps: - name: Check out code - uses: actions/checkout@v1 - with: - fetch-depth: 1 + uses: actions/checkout@v2 - name: Setup ruby uses: actions/setup-ruby@v1 - name: Cache gems