Changed step name to attempt fix CI pipeline

This commit is contained in:
2024-03-21 23:27:45 -05:00
parent e61e8fb898
commit fe57aca2f7

View File

@ -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]