Skip to content

Commit 0db58ab

Browse files
committed
Ajustando workflow
1 parent 94a8bb4 commit 0db58ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-testes-automatizados-web-front-serve-rest-playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020

2121
- name: Passo 2 - Redirecionar os conteúdos de "secrets.LOGIN_ENV", "secrets.USUARIO_ENV", para os arquivos "login.json", "usuario.json", etc
2222
run: |
23-
echo '${{ secrets.LOGIN_ENV }}' > ./cypress/fixtures/login.json
24-
echo '${{ secrets.USUARIO_ENV }}' > ./cypress/fixtures/usuario.json
23+
echo '${{ secrets.LOGIN_ENV }}' > ./tests/support/fixtures/login.json
24+
echo '${{ secrets.USUARIO_ENV }}' > ./tests/support/fixtures/usuario.json
2525
2626
- name: Passo 3 - Instalar node versão 18
2727
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)