Mercurial > p > roundup > code
comparison .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 |
comparison
equal
deleted
inserted
replaced
| 7849:3fe2e7b3df58 | 7850:c4021512f198 |
|---|---|
| 100 # if: {{ false }} | 100 # if: {{ false }} |
| 101 # continue running if step fails | 101 # continue running if step fails |
| 102 # continue-on-error: true | 102 # continue-on-error: true |
| 103 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | 103 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 104 | 104 |
| 105 # https://github.com/mxschmitt/action-tmate | 105 # https://github.com/mxschmitt/action-tmate |
| 106 # allow remote ssh into the CI container. I need this to debug | 106 # allow remote ssh into the CI container. I need this to debug |
| 107 # some xfail cases | 107 # some xfail cases |
| 108 - name: Setup tmate session | 108 - name: Setup tmate session |
| 109 uses: mxschmitt/action-tmate@v3 | 109 uses: mxschmitt/action-tmate@v3 |
| 110 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} | 110 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} |
| 111 timeout-minutes: 2 | 111 timeout-minutes: 2 |
| 112 with: | 112 with: |
| 113 limit-access-to-actor: true | 113 limit-access-to-actor: true |
| 114 | 114 |
| 115 # Setup version of Python to use | 115 # Setup version of Python to use |
| 116 - name: Set Up Python ${{ matrix.python-version }} | 116 - name: Set Up Python ${{ matrix.python-version }} |
| 117 uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 | 117 uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 |
| 118 with: | 118 with: |
