]> git.openstreetmap.org Git - chef.git/blobdiff - .github/workflows/test-kitchen.yml
nominiatim: reinclude commented out code
[chef.git] / .github / workflows / test-kitchen.yml
index 577297c7b2eaa94bbb93a077f16b8247c6369abd..55c525f64d21e7ddbea90e252a780eb1b46add00 100644 (file)
@@ -99,7 +99,6 @@ jobs:
           - tilelog
           - tools
           - trac
-          - web-backend
           - web-cgimap
           - web-frontend
           - web-rails
@@ -115,9 +114,5 @@ jobs:
       uses: ruby/setup-ruby@v1
       with:
         bundler-cache: true
-    - name: Disable apparmor for mysqld
-      run: |
-        sudo apt-get install apparmor-utils
-        sudo aa-disable /usr/sbin/mysqld
     - name: Run kitchen test ${{ matrix.suite }}-${{ matrix.os }}
       run: bundle exec kitchen test ${{ matrix.suite }}-${{ matrix.os }}