Skip to content

Commit

Permalink
Temporary for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw committed Dec 11, 2024
1 parent 076c389 commit 1ea6ba4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,11 @@ jobs:
run: ./pants run src/python/pants_release/release.py -- build-wheels
- env: {}
name: Build Pants PEX
run: ./pants package src/python/pants:pants-pex
run: 'sleep 7200
./pants package src/python/pants:pants-pex
'
- continue-on-error: true
if: always()
name: Upload pants.log
Expand Down

0 comments on commit 1ea6ba4

Please sign in to comment.