Skip to content

Commit

Permalink
fix: ci (#4982)
Browse files Browse the repository at this point in the history
Signed-off-by: jiefenghuang <[email protected]>
  • Loading branch information
jiefenghuang authored and SandyXSD committed Aug 27, 2024
1 parent c1fb87e commit 600e377
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 600e377

Please sign in to comment.