diff --git a/.github/workflows/testes.yml b/.github/workflows/testes.yml index 075a4124b..2ebbad76e 100644 --- a/.github/workflows/testes.yml +++ b/.github/workflows/testes.yml @@ -23,7 +23,7 @@ jobs: with: path: sei/src/sei/web/modulos/mod-sei-pen - - name: Run make test + - name: Configura e sobe o ambiente run: | cd sei/src/sei/web/modulos/mod-sei-pen make config @@ -41,6 +41,12 @@ jobs: echo $CERTIFICADO_ORG2 | base64 --decode > tests_super/funcional/assets/config/certificado_org2.pem sed -i 's/exec/exec \-T/' Makefile make up + + - name: Executa update, install e tramita silent + run: | make update - make install - make test-functional + make install + make tramitar-pendencias-silent & + + - name: Testes funcionais + run: make test-functional