mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-31 03:11:17 +02:00
contains() subelement as string
This commit is contained in:
parent
cc3e988369
commit
c22a3f013d
4
.github/workflows/test-workflow.yml
vendored
4
.github/workflows/test-workflow.yml
vendored
@ -25,9 +25,9 @@ jobs:
|
|||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
- if: contains(secrets, FACTORIO_USERNAME)
|
- if: contains(secrets, 'FACTORIO_USERNAME')
|
||||||
run: cd src; go test ./... -v
|
run: cd src; go test ./... -v
|
||||||
- if: !contains(secrets, FACTORIO_USERNAME)
|
- if: !contains(secrets, 'FACTORIO_USERNAME')
|
||||||
run: cd src; go test ./... -v -test.short
|
run: cd src; go test ./... -v -test.short
|
||||||
docker-push:
|
docker-push:
|
||||||
needs: [test-npm, test-go]
|
needs: [test-npm, test-go]
|
||||||
|
Loading…
Reference in New Issue
Block a user