mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-29 02:57:24 +02:00
update test-workflow.yml
This commit is contained in:
parent
14c21444ec
commit
1c324368f8
8
.github/workflows/test-workflow.yml
vendored
8
.github/workflows/test-workflow.yml
vendored
@ -50,12 +50,12 @@ jobs:
|
||||
- if: contains(matrix.os, 'windows')
|
||||
run: |
|
||||
cd src
|
||||
if (Test-Path 'env:factorio_password') {
|
||||
echo "run full test suit"
|
||||
go test ./... -v
|
||||
} else {
|
||||
if (-not (Test-Path env:factorio_password)) {
|
||||
echo "run only short tests"
|
||||
go test ./... -v -test.short
|
||||
} else {
|
||||
echo "run full test suit"
|
||||
go test ./... -v
|
||||
}
|
||||
docker-push:
|
||||
needs: [test-npm, test-go]
|
||||
|
Loading…
Reference in New Issue
Block a user