Skip to content

Commit

Permalink
feat: ajustes no módulo para instalação no SEI v5
Browse files Browse the repository at this point in the history
  • Loading branch information
higodf committed May 14, 2024
1 parent 8d1fa49 commit fc9f8a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@ jobs:
repository: supergovbr/super
token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT
path: super
ref: 5.0.0-rc1
- name: Checkout
uses: actions/checkout@v3
with:
path: super/src/sei/web/modulos/mod-wssei
path: super/sei/web/modulos/mod-wssei

- name: Run make test
run: |
cd super/src/sei/web/modulos/mod-wssei
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
Expand Down

0 comments on commit fc9f8a5

Please sign in to comment.