We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ea481 commit b90bb7bCopy full SHA for b90bb7b
__tests__/buildx/install.test.itg.ts
@@ -23,7 +23,7 @@ const maybe = !process.env.GITHUB_ACTIONS || (process.env.GITHUB_ACTIONS === 'tr
23
24
maybe('download', () => {
25
// prettier-ignore
26
- test.each(['latest'])(
+ test.each(['v0.31.0-rc1'])(
27
'install buildx %s', async (version) => {
28
await expect((async () => {
29
const install = new Install({
0 commit comments