Skip to content

Commit

Permalink
fix: ci (#4982)
Browse files Browse the repository at this point in the history
Signed-off-by: jiefenghuang <jiefeng@juicedata.io>
  • Loading branch information
jiefenghuang authored Jul 1, 2024
1 parent fcae685 commit d877348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrationtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d877348

Please sign in to comment.