We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c26ee commit 0ded1d1Copy full SHA for 0ded1d1
.github/workflows/ci.yml
@@ -415,7 +415,7 @@ jobs:
415
id: packages
416
run: |
417
source tests/venv/bin/activate
418
- python tests/suite/test_docker_packages.py | tee package_output.txt 2&>1
+ python tests/scripts/test_container_packages.py | tee package_output.txt 2&>1
419
if: ${{ needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' }}
420
421
- name: Add comment
tests/suite/test_docker_packages.py renamed to tests/scripts/test_container_packages.py
0 commit comments