diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-22 12:58:40 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-11-23 12:39:13 +1100 |
| commit | 82ed8010ffb17b637cbbd916398ee3a4027cfb10 (patch) | |
| tree | f9a3596653902026ff3d065568f3c0903de0e1a8 /.github | |
| parent | 698a62c628c2ec423aa770d8ec0e1d0bcf4fca1a (diff) | |
ci: extend timeout and remove `tmate`
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c531aa5..25211d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,6 @@ env: jobs: test-stable: runs-on: macos-13 - timeout-minutes: 30 steps: - uses: actions/checkout@v4 - name: Install nix corresponding to latest stable channel @@ -22,7 +21,6 @@ jobs: test-unstable: runs-on: macos-13 - timeout-minutes: 30 steps: - uses: actions/checkout@v4 - name: Install nix from current unstable channel @@ -33,7 +31,6 @@ jobs: install-against-stable: runs-on: macos-13 - timeout-minutes: 30 steps: - uses: actions/checkout@v4 - name: Install nix corresponding to latest stable channel @@ -82,12 +79,6 @@ jobs: nix run .#darwin-uninstaller.tests.uninstaller \ --extra-experimental-features "nix-command flakes" \ --override-input nixpkgs nixpkgs/${{ env.CURRENT_STABLE_CHANNEL }} - - name: Debugging tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 15 - with: - limit-access-to-actor: true install-against-unstable: runs-on: macos-13 @@ -140,16 +131,9 @@ jobs: nix run .#darwin-uninstaller.tests.uninstaller \ --extra-experimental-features "nix-command flakes" \ --override-input nixpkgs nixpkgs/nixpkgs-unstable - - name: Debugging tmate session - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 15 - with: - limit-access-to-actor: true install-flake-against-stable: runs-on: macos-13 - timeout-minutes: 30 steps: - uses: actions/checkout@v4 - name: Install nix version corresponding to latest stable channel |
