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: |