mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 07:35:10 +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
|
||||
|
||||
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
|
||||
.readdirSync(path.join(toolDir, 'sdk'))
|
||||
.filter(fn => fn.startsWith('3.1.'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user