mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 23:50:19 +00:00
Test with x64 since x86 is not available for linux
This commit is contained in:
parent
058ea86842
commit
d3901f97be
@ -87,7 +87,7 @@ describe('installer tests', () => {
|
|||||||
}, 600000); //This needs some time to download on "slower" internet connections
|
}, 600000); //This needs some time to download on "slower" internet connections
|
||||||
|
|
||||||
it('Acquires architecture-specific version of dotnet if no matching version is installed', async () => {
|
it('Acquires architecture-specific version of dotnet if no matching version is installed', async () => {
|
||||||
await getDotnet('3.1', 'x86');
|
await getDotnet('3.1', 'x64');
|
||||||
var directory = fs
|
var directory = fs
|
||||||
.readdirSync(path.join(toolDir, 'sdk'))
|
.readdirSync(path.join(toolDir, 'sdk'))
|
||||||
.filter(fn => fn.startsWith('3.1.'));
|
.filter(fn => fn.startsWith('3.1.'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user