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 6d815f4 commit a4a744d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ jobs:
echo SIP_CHAVE_ACESSO=d27791b8128bb1c95c094b99261d1abc16bc6169ccd17011f356201d1648d69862a355a6 >> .env
- name: Run make up
run: make up
run: |
cd super/sei/web/modulos/mod-wssei
make up
- name: Run make test
run: make tests-api
run: |
cd super/sei/web/modulos/mod-wssei
make tests-api

0 comments on commit a4a744d

Please sign in to comment.