Skip to content

Commit da44a83

Browse files
committed
fix test workflow
1 parent d8afdc6 commit da44a83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
GO_VERSION: "1.25.1"
1111

1212
jobs:
13-
go-test-orchestrator:
13+
go-test-internal:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: install dependencies
@@ -26,8 +26,8 @@ jobs:
2626
with:
2727
go-version: ${{ env.GO_VERSION }}
2828

29-
- name: Run `orchestrator` tests
30-
run: go test task test:orchestrator
29+
- name: Run `internal` tests
30+
run: go test task test:internal
3131

3232
go-test-pkg:
3333
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)