X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/be108be567083a45054c1a19804435b6aad98c36..42212ce062eb70263237c221de14d6398c37c48b:/.github/workflows/test-kitchen.yml diff --git a/.github/workflows/test-kitchen.yml b/.github/workflows/test-kitchen.yml index 2469ab522..fd51dbced 100644 --- a/.github/workflows/test-kitchen.yml +++ b/.github/workflows/test-kitchen.yml @@ -3,6 +3,7 @@ name: Test Kitchen on: - push - pull_request + - workflow_dispatch concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} @@ -12,6 +13,8 @@ jobs: kitchen: name: Test Kitchen runs-on: ubuntu-22.04 + permissions: + packages: read strategy: matrix: suite: @@ -34,11 +37,9 @@ jobs: - dmca - dns - docker - - donate - elasticsearch - exim - fail2ban - - forum - foundation-board - foundation-dwg - foundation-mwg @@ -54,7 +55,7 @@ jobs: - gps-tile - hardware - hot - - incron + - ideditor - irc - kibana - letsencrypt @@ -96,7 +97,6 @@ jobs: - snmpd - spamassassin - ssl - - stateofthemap - stateofthemap-container - stateofthemap-wordpress - subversion @@ -128,6 +128,12 @@ jobs: os: ubuntu-2204 fail-fast: false steps: + - name: Login to GitHub Container Registry + uses: docker/login-action@v2 + with: + registry: ghcr.io + username: ${{ github.actor }} + password: ${{ secrets.GITHUB_TOKEN }} - name: Check out code uses: actions/checkout@v3 - name: Setup ruby