Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7850:c4021512f198
tst(githubci): fix indentation. I hate yaml.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 31 Mar 2024 00:51:45 -0400 |
| parents | 3fe2e7b3df58 |
| children | 9e686e3f39c1 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sun Mar 31 00:40:06 2024 -0400 +++ b/.github/workflows/ci-test.yml Sun Mar 31 00:51:45 2024 -0400 @@ -102,15 +102,15 @@ # continue-on-error: true uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - # https://github.com/mxschmitt/action-tmate - # allow remote ssh into the CI container. I need this to debug - # some xfail cases - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} - timeout-minutes: 2 - with: - limit-access-to-actor: true + # https://github.com/mxschmitt/action-tmate + # allow remote ssh into the CI container. I need this to debug + # some xfail cases + - name: Setup tmate session + uses: mxschmitt/action-tmate@v3 + if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} + timeout-minutes: 2 + with: + limit-access-to-actor: true # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }}
