Changed step name to attempt fix CI pipeline
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
steps:
|
||||
- name: [YABA.API] Build and run tests
|
||||
- name: (YABA.API) Build and run tests
|
||||
image: mcr.microsoft.com/dotnet/sdk:6.0
|
||||
commands:
|
||||
- dotnet build ./API
|
||||
- dotnet test ./API
|
||||
- name: [YABA.API] Deploy Docker Image
|
||||
- name: (YABA.API) Deploy Docker Image
|
||||
when:
|
||||
- event: tag
|
||||
secrets: [gitea_yaba_registry_username, gitea_yaba_registry_password]
|
||||
|
||||
Reference in New Issue
Block a user