From 7a52da358c36688795b5b3c6b22a8258c4f20ba5 Mon Sep 17 00:00:00 2001 From: Higo <67421451+higodf@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:35:40 -0300 Subject: [PATCH] Update tests.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: Retorno para o repositório do super --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 98d841c..f19f3e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,17 +11,17 @@ jobs: - name: Fetch Pull Request branch uses: actions/checkout@v3 with: - repository: pengovbr/sei + repository: supergovbr/super token: ${{ secrets.GH_PAT }} # `GH_PAT` is a secret that contains your PAT - path: sei + path: super - name: Checkout uses: actions/checkout@v3 with: - path: sei/src/sei/web/modulos/mod-wssei + path: super/src/sei/web/modulos/mod-wssei - name: Run make test run: | - cd sei/src/sei/web/modulos/mod-wssei + cd super/src/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