Skip to content

Commit 9401970

Browse files
committed
clean
1 parent ef9c9b9 commit 9401970

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
@@ -43,8 +43,8 @@ jobs:
4343
version: v1.63.1
4444
skip-pkg-cache: true
4545
skip-build-cache: true
46-
working-directory: ./scripts/ci/pairing # Set correct working directory
47-
args: --config=.golangci.yml --verbose # Use relative config path
46+
working-directory: ./scripts/ci/pairing
47+
args: --config=.golangci.yml --verbose
4848

4949
- name: Test
5050
run: |

0 commit comments

Comments
 (0)