ci: add missing tests for the previous release
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -37,3 +37,6 @@ jobs:
|
|||||||
- uses: ./
|
- uses: ./
|
||||||
with:
|
with:
|
||||||
version: '2.4.1'
|
version: '2.4.1'
|
||||||
|
- uses: ./
|
||||||
|
with:
|
||||||
|
version: 'v2.4.1'
|
||||||
|
|||||||
@@ -19,4 +19,5 @@ test('Install the right version', async () => {
|
|||||||
await testVersion('1.29.1')
|
await testVersion('1.29.1')
|
||||||
await testVersion('1.29.2')
|
await testVersion('1.29.2')
|
||||||
await testVersion('2.2.3')
|
await testVersion('2.2.3')
|
||||||
|
await testVersion('v2.2.3')
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user