Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add integration flag
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Jan 6, 2026
commit 533110c4b726af55d73397dadbc76536ce62e6fa
2 changes: 1 addition & 1 deletion .github/workflows/registry-rest-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
run: |
echo "Running Registry REST API tests..."
cd sdk/python
pytest tests/integration/registration/rest_api/test_registry_rest_api.py -s
pytest tests/integration/registration/rest_api/test_registry_rest_api.py --integration -s

- name: Clean up docker images
if: always()
Expand Down
Loading