Skip to content

Commit

Permalink
Merge pull request #48 from crazy-max/builder-name
Browse files Browse the repository at this point in the history
Improve builder name generation
  • Loading branch information
crazy-max committed Jan 1, 2021
2 parents 5c0276a + db0ae32 commit daf8c4f
Show file tree
Hide file tree
Showing 6 changed files with 731 additions and 108 deletions.
8 changes: 0 additions & 8 deletions __tests__/buildx.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ describe('platforms', () => {
);
});

describe('countBuilders', () => {
it('valid', async () => {
const countBuilders = await buildx.countBuilders();
console.log(`countBuilders: ${countBuilders}`);
expect(countBuilders).toBeGreaterThan(0);
}, 100000);
});

describe('install', () => {
const tmpDir = fs.mkdtempSync(path.join(os.tmpdir(), 'setup-buildx-'));
it('acquires v0.2.2 version of buildx', async () => {
Expand Down

0 comments on commit daf8c4f

Please sign in to comment.