Skip to content

Commit 0ded1d1

Browse files
committed
move package test script
1 parent f8c26ee commit 0ded1d1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ jobs:
415415
id: packages
416416
run: |
417417
source tests/venv/bin/activate
418-
python tests/suite/test_docker_packages.py | tee package_output.txt 2&>1
418+
python tests/scripts/test_container_packages.py | tee package_output.txt 2&>1
419419
if: ${{ needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' }}
420420

421421
- name: Add comment

0 commit comments

Comments
 (0)