mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-29 02:57:24 +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
|
||||
with:
|
||||
go-version: ${{ matrix.go }}
|
||||
- if: contains(secrets, FACTORIO_USERNAME)
|
||||
- if: contains(secrets, 'FACTORIO_USERNAME')
|
||||
run: cd src; go test ./... -v
|
||||
- if: !contains(secrets, FACTORIO_USERNAME)
|
||||
- if: !contains(secrets, 'FACTORIO_USERNAME')
|
||||
run: cd src; go test ./... -v -test.short
|
||||
docker-push:
|
||||
needs: [test-npm, test-go]
|
||||
|
Loading…
Reference in New Issue
Block a user