Skip to content

Commit

Permalink
Enable CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Jan 15, 2025
1 parent 4c445fa commit 1be26ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,14 @@ jobs:
run: |
git clone --depth 1 --branch v3.21.4 https://gitlab.com/petsc/petsc.git
- name: Setup upterm session
uses: lhotari/action-upterm@v1
with:
## limits ssh access and adds the ssh public key for the user which triggered the workflow
limit-access-to-actor: true
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: kvrigor

- if: steps.cache-petsc.outputs.cache-hit != 'true'
name: Install PETSc with complex support
working-directory: ./petsc
Expand Down

0 comments on commit 1be26ff

Please sign in to comment.