Skip to content

Commit

Permalink
fix tests stack
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-milea committed Jan 14, 2025
1 parent 4000f7d commit fe708c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
- name: Run syft backend base image building test
if: steps.changes.outputs.stack == 'true'
timeout-minutes: 60
run: |
tox -e backend.test.basecpu
run: |
echo "Skipping pr image test"
timeout-minutes: 60
run: |
tox -e backend.test.basecpu
# run: |
# echo "Skipping pr image test"

pr-tests-syft-integration:
strategy:
Expand Down

0 comments on commit fe708c1

Please sign in to comment.