Skip to content

Commit 32362a3

Browse files
committed
ci: test with tmate
Signed-off-by: Chris Goller <goller@gmail.com>
1 parent 4acedd3 commit 32362a3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-go@v5
1313
with:
14-
go-version: "1.21"
14+
go-version: "1.24"
1515
check-latest: true
1616
cache: true
1717

@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/checkout@v4
7575
- uses: actions/setup-go@v5
7676
with:
77-
go-version: "1.21"
77+
go-version: "1.24"
7878
check-latest: true
7979
cache: true
8080

@@ -99,6 +99,10 @@ jobs:
9999
version: 1.19.0
100100
args: build --clean --snapshot
101101

102+
- uses: mxschmitt/action-tmate@v3
103+
with:
104+
limit-access-to-actor: false
105+
102106
- run: make npm
103107
env:
104108
DEPOT_CLI_VERSION: v0.0.0-dev

0 commit comments

Comments
 (0)