X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/649c05666604a5f56b220a12c24cb152d56e3e91..913de457ced86c224e687d73729add48f4fef84f:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index f62bc5d93..61290de5f 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -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 @@ -102,9 +106,9 @@ jobs: - name: Check out code uses: actions/checkout@v2 - name: Setup ruby - uses: actions/setup-ruby@v1 + uses: actions/setup-ruby@v1.1.1 - name: Cache gems - uses: actions/cache@v1 + uses: actions/cache@v2 with: path: vendor/bundle key: bundle-${{ runner.OS }}-${{ hashFiles('Gemfile.lock') }}