Skip to content

Commit

Permalink
No, that way we just wait for the terminal. Don't do fast fail
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed May 8, 2024
1 parent af54a07 commit 5ecee9f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/linux_interactive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ jobs:
linux:
name: Ubuntu Latest GCC
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Debugging - tmate session
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

- name: Setup - CMake
uses: lukka/get-cmake@latest
Expand Down Expand Up @@ -84,4 +77,9 @@ jobs:
export PATH=$ENV{GITHUB_WORKSPACE}:$PATH
cmake --build build_linux --config Release --target check
- name: Debugging - tmate session
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

0 comments on commit 5ecee9f

Please sign in to comment.