X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/ed4958d01f094f96766531dbb4b685656a52ab29..08be09e5a29886586d4955e6bdcc6592ed6e531e:/.github/workflows/test-kitchen.yml?ds=sidebyside diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index e36f92849..c079240cc 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -34,6 +34,7 @@ jobs: - db-base - db-master - db-slave + - dev - devices - dhcpd - dmca @@ -42,6 +43,7 @@ jobs: - elasticsearch - exim - fail2ban + - foundation-birthday - foundation-board - foundation-dwg - foundation-mastodon @@ -124,6 +126,8 @@ jobs: suite: osqa - os: debian-12 suite: apt-repository + - os: debian-12 + suite: dev - os: debian-12 suite: dns - os: debian-12 @@ -140,9 +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 @@ -161,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 @@ -169,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