From 463881e4730ce8490cbfb641825a2394b5f3a8a5 Mon Sep 17 00:00:00 2001 From: jiefenghuang Date: Mon, 1 Jul 2024 20:24:50 +0800 Subject: [PATCH] fix: ci (#4982) Signed-off-by: jiefenghuang --- .github/workflows/integrationtests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationtests.yml b/.github/workflows/integrationtests.yml index 82383298d12c..dc15c51933f9 100644 --- a/.github/workflows/integrationtests.yml +++ b/.github/workflows/integrationtests.yml @@ -121,7 +121,7 @@ jobs: run: | git clone https://github.com/gofrs/flock.git mkdir /jfs/tmp - cd flock && go mod init github.com/gofrs/flock.git && go mod tidy && TMPDIR=/jfs/tmp go test . + cd flock && go mod tidy && TMPDIR=/jfs/tmp go test . - name: make secfs.test run: |