Skip to content

Commit 68f6701

Browse files
authored
Update run target for CI
1 parent 637341d commit 68f6701

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/go.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212

1313
jobs:
1414
build-library:
15-
runs-on: self-hosted
15+
runs-on:
16+
group: "enterprise/Default"
1617

1718
steps:
1819
- name: Checkout code
@@ -30,4 +31,4 @@ jobs:
3031
run: go build -v ./...
3132

3233
- name: Run tests
33-
run: go test -v ./...
34+
run: go test -v ./...

0 commit comments

Comments
 (0)