Skip to content

Commit

Permalink
Merge branch 'dev' into 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Jul 19, 2024
2 parents dba343c + c5780c3 commit 8f8f158
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/pr-tests-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ jobs:
pip install uv==0.2.17 tox tox-uv==1.9.0
uv --version
# - name: Run syft backend base image building test
# if: steps.changes.outputs.stack == 'true'
# timeout-minutes: 60
# run: |
# tox -e backend.test.basecpu
- name: Run syft backend base image building test
if: steps.changes.outputs.stack == 'true'
timeout-minutes: 60
run: |
echo "Skipping pr image test"
# run: |
# tox -e backend.test.basecpu

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

0 comments on commit 8f8f158

Please sign in to comment.