Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
elrrrrrrr committed Oct 24, 2023
1 parent 35e12bb commit 7565ee5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions integration/workspaces.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe('test/workspaces.test.js', () => {
cwd = path.join(__dirname, './fixtures/workspaces');
await clean(cwd);
await install({
nydusMode: 'FUSE',
cwd,
pkg: require(path.join(cwd, 'package.json')),
depsTreePath: path.join(cwd, 'package-lock.json'),
Expand Down
1 change: 0 additions & 1 deletion packages/cli/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ const Scripts = require('./scripts').Scripts;
const {
nydusdConfigFile,
tarBucketsDir,
NYDUS_TYPE,
} = require('./constants');
const util = require('./util');
const nydusd = require('./nydusd');
Expand Down

0 comments on commit 7565ee5

Please sign in to comment.