From 600e3777128bbb16c5cf3591ab924155534441d4 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 3e8bf06a825e..574f83361487 100644 --- a/.github/workflows/integrationtests.yml +++ b/.github/workflows/integrationtests.yml @@ -110,7 +110,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: |