X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a3d0a18c7a848e9c360db6496d4d0f970a09f730..54817d1f97d837a7b740c805661388a03b8ffe22:/.github/workflows/test-kitchen.yml?ds=sidebyside diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index ef0b6cbb5..c079240cc 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -21,6 +21,7 @@ jobs: - accounts - apache - apt + - apt-repository - backup - bind - blog @@ -33,6 +34,7 @@ jobs: - db-base - db-master - db-slave + - dev - devices - dhcpd - dmca @@ -41,6 +43,7 @@ jobs: - elasticsearch - exim - fail2ban + - foundation-birthday - foundation-board - foundation-dwg - foundation-mastodon @@ -121,6 +124,10 @@ jobs: suite: mailman - os: ubuntu-2004 suite: osqa + - os: debian-12 + suite: apt-repository + - os: debian-12 + suite: dev - os: debian-12 suite: dns - os: debian-12 @@ -137,7 +144,17 @@ jobs: suite: serverinfo - os: debian-12 suite: supybot + - os: debian-12 + suite: web-cgimap + - os: debian-12 + suite: web-frontend + - os: debian-12 + suite: web-rails exclude: + - suite: apt-repository + os: ubuntu-2204 + - suite: dev + os: ubuntu-2204 - suite: dns os: ubuntu-2204 - suite: git-server @@ -156,6 +173,12 @@ jobs: os: ubuntu-2204 - suite: supybot os: ubuntu-2204 + - suite: web-cgimap + os: ubuntu-2204 + - suite: web-frontend + os: ubuntu-2204 + - suite: web-rails + os: ubuntu-2204 fail-fast: false steps: - name: Login to GitHub Container Registry @@ -164,6 +187,12 @@ jobs: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} + - name: Login to Docker Hub + uses: docker/login-action@v3 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_TOKEN }} + if: github.repository == 'openstreetmap/chef' && github.event_name != 'pull_request' - name: Check out code uses: actions/checkout@v4 - name: Setup ruby