Skip to content

Commit 4a748b4

Browse files
authored
chore(gh): update tests workflow (#2456)
- Renames `unit_tests.yml` to `test.yml`. - Updates workflow to retrieve the go version from `go.mod`. Signed-off-by: Ryan Johnson <[email protected]>
1 parent cced7c3 commit 4a748b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unit_tests.yaml renamed to .github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Unit Tests
1+
name: Tests
22

33
on:
44
push:
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
19-
- name: Set up Go
19+
- name: Setup Go
2020
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
2121
with:
22-
go-version-file: '.go-version'
22+
go-version-file: go.mod
2323
- name: Go mod verify
2424
run: go mod verify
2525
- name: Run unit tests

0 commit comments

Comments
 (0)