Skip to content

Commit a02fc77

Browse files
committed
chore: update github actions
1 parent fe59f30 commit a02fc77

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/go.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
- name: Setup Go
2222
uses: actions/setup-go@v5
2323
with:
24+
# prettier-ignore
2425
go-version: '1.22'
2526

2627
- name: Test
2728
working-directory: ${{github.workspace}}/go-algorithm
28-
run: go test -v ./...
29+
run: make test

.github/workflows/gradle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Setup JDK
2222
uses: actions/setup-java@v4
2323
with:
24+
# prettier-ignore
2425
distribution: 'temurin'
2526
java-version: '21'
2627

.github/workflows/poetry.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v5
2323
with:
24+
# prettier-ignore
2425
python-version: '3.12'
2526

2627
- name: Install dependencies

0 commit comments

Comments
 (0)