Skip to content

Commit

Permalink
SSH into container to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
benjyw committed Apr 3, 2023
1 parent f12c805 commit cc071d3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ jobs:
src/python/pants/engine/internals/native_engine.so
src/python/pants/engine/internals/native_engine.so.metadata'
- name: Validate CI config
run: './pants run build-support/bin/generate_github_workflows.py -- --check
'
# - name: Validate CI config
# run: './pants run build-support/bin/generate_github_workflows.py -- --check
#
# '
- env:
TMPDIR: ${{ runner.temp }}
if: needs.classify_changes.outputs.rust == 'true'
Expand Down Expand Up @@ -822,6 +822,8 @@ jobs:
run: 'echo TOOLCHAIN_AUTH_TOKEN="${{ secrets.TOOLCHAIN_AUTH_TOKEN }}" >> $GITHUB_ENV
'
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run Python test shard 0/3
run: './pants test --shard=0/3 ::
Expand Down

0 comments on commit cc071d3

Please sign in to comment.