Skip to content

Commit

Permalink
Test: re-enable snapshot URL check (COMPOSER-2263)
Browse files Browse the repository at this point in the history
Enumerating snapshots now works after the cleanup of EOL releases.

Fixes https://issues.redhat.com/browse/COMPOSER-2263

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Jun 4, 2024
1 parent f3e83a3 commit fa416e4
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fa416e4

Please sign in to comment.