From fa416e4545e5669fefe1a3f443332161f70924a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 4 Jun 2024 14:54:36 +0200 Subject: [PATCH] Test: re-enable snapshot URL check (COMPOSER-2263) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enumerating snapshots now works after the cleanup of EOL releases. Fixes https://issues.redhat.com/browse/COMPOSER-2263 Signed-off-by: TomΓ‘Ε‘ Hozza --- .github/workflows/tests.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bc69e88573..88293dacc6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -192,17 +192,16 @@ jobs: exit "0" fi - # TODO: enable again once enumerating rpmrepo does not fail anymore - #check-snapshots: - # name: "πŸ” Check for valid snapshot urls" - # runs-on: ubuntu-20.04 - # steps: - # - name: Check out code into the Go module directory - # uses: actions/checkout@v4 - # with: - # ref: ${{ github.event.pull_request.head.sha }} - # - name: Check for valid snapshot urls - # run: ./tools/check-snapshots --errors-only . + check-snapshots: + name: "πŸ” Check for valid snapshot urls" + runs-on: ubuntu-20.04 + steps: + - name: Check out code into the Go module directory + uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.sha }} + - name: Check for valid snapshot urls + run: ./tools/check-snapshots --errors-only . check-runners: name: "πŸ” Check for missing or unused runner repos"