mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-16 04:54:52 +02:00
update test-workflow.yml
This commit is contained in:
parent
1c324368f8
commit
4e6b740fc7
2
.github/workflows/test-workflow.yml
vendored
2
.github/workflows/test-workflow.yml
vendored
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user