Skip to content

Commit 641b12f

Browse files
committed
fix failure
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 43ffa55 commit 641b12f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify-extra-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Verify mine_pypi pipeline is listed
2626
shell: bash
2727
run: |
28-
docker run --rm scancode-extra-packages-test scanpipe list-pipeline | tee pipelines.txt
28+
docker run --rm scancode-extra-packages-test scanpipe list-pipelines | tee pipelines.txt
2929
if ! grep -q "mine_pypi" pipelines.txt; then
3030
echo "::error::mine_pypi pipeline not found after installing minecode-pipelines"
3131
exit 1

0 commit comments

Comments
 (0)