update test-workflow.yml

This commit is contained in:
Jan Naahs 2020-12-02 17:02:43 +01:00
parent 1c324368f8
commit 4e6b740fc7

View File

@ -50,7 +50,7 @@ jobs:
- if: contains(matrix.os, 'windows')
run: |
cd src
if (-not (Test-Path env:factorio_password)) {
if (-not [Environment]::GetEnvironmentVariable('factorio_password', 'Machine')) {
echo "run only short tests"
go test ./... -v -test.short
} else {