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