Skip to content

Commit 1501896

Browse files
committed
fix: upd GA test workflow
1 parent 4afe4a0 commit 1501896

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,20 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
1415
- uses: actions/setup-go@v5
1516
with:
1617
go-version: 1.21
1718
cache: false
19+
1820
- name: golangci-lint
1921
uses: golangci/golangci-lint-action@v4
2022
with:
2123
version: latest
2224

2325
tests:
24-
environment: test check
26+
name: test check
27+
environment: tests
2528
runs-on: ubuntu-latest
2629
steps:
2730
- name: Install Go

0 commit comments

Comments
 (0)