Skip to content

Commit

Permalink
chore: adiciona teste funcional para gitaction
Browse files Browse the repository at this point in the history
  • Loading branch information
caduvieira committed Feb 1, 2024
1 parent 33b92cb commit 95a498f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/testes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 95a498f

Please sign in to comment.