Skip to content

Commit

Permalink
Improve builder name generation
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jan 1, 2021
1 parent 5c0276a commit db0ae32
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 db0ae32

Please sign in to comment.