Skip to content

Commit 7a0d2ff

Browse files
authored
Update test.yml
1 parent 8f0b818 commit 7a0d2ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7+
- name: Checkout code
8+
uses: actions/checkout@v3
79
- name: Install Go
810
uses: actions/setup-go@v5
911
with:
1012
go-version: 1.19
11-
- name: Checkout code
12-
uses: actions/checkout@v3
1313
- name: Test
1414
run: go test ./...

0 commit comments

Comments
 (0)