Set location yml CI #10067
Set location yml CI
#10067
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
en-US:
Hello, I'm trying to change the language of my yml to pt-BR, but I'm not succeeding.
Receive an error message associated with the error message description when validating my unit tests.
I'm still using the .NET Framework 4.8, could someone please help me?
I tried some approaches using this task #762 but I couldn't solve the problem.
pt-BR:
Olá, estou tentando mudar o idioma do meu yml para pt-BR, mas não estou conseguindo.
Receber uma mensagem de erro associada à descrição da mensagem de erro ao validar meus testes de unidade.
Ainda estou usando o .NET Framework 4.8, alguém poderia me ajudar?
Tentei algumas abordagens usando esta tarefa #762 mas não consegui resolver o problema.
yml:
name: CI - Run Unit Tests
on:
push:
branches:
- 'development'
- 'homologation'
- 'feature/'
- 'main'
pull_request:
branches:
- 'development'
- 'homologation'
- 'feature/'
- 'main'
env:
LANG: "pt_BR.UTF-8"
jobs:
build:
runs-on: windows-latest
Beta Was this translation helpful? Give feedback.
All reactions