From 2c349ec4d4a0a583a4ea1ec82404c809e77da729 Mon Sep 17 00:00:00 2001 From: Carlos Vieira <3831408+caduvieira@users.noreply.github.com> Date: Tue, 14 May 2024 15:38:04 -0300 Subject: [PATCH] cicd: workflow do teste --- .github/workflows/tests.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 820576b..59b7041 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,11 +20,16 @@ jobs: with: path: super/sei/web/modulos/mod-wssei - - name: Run make test + + - name: Prepara para teste run: | cd super/sei/web/modulos/mod-wssei make prerequisites-up; sed -e '/SEI_CHAVE_ACESSO/ s/^#*/#/' -i .env; sed -e '/SIP_CHAVE_ACESSO/ s/^#*/#/' -i .env echo SEI_CHAVE_ACESSO=7babf8620a7056b96b13ad057eddf544e6450a62152bb6d7c5468d0f5ef546fb121e8dd2 >> .env echo SIP_CHAVE_ACESSO=d27791b8128bb1c95c094b99261d1abc16bc6169ccd17011f356201d1648d69862a355a6 >> .env - make up; - make tests-api + + - name: Run make test + run: make up; + + - name: Run make test + run: make tests-api