Skip to content

Commit

Permalink
cicd: workflow do teste
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed May 14, 2024
1 parent 5d3dabb commit 2c349ec
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2c349ec

Please sign in to comment.