diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2d97137..046df95 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,8 +27,8 @@ jobs: echo SEI_CHAVE_ACESSO=7babf8620a7056b96b13ad057eddf544e6450a62152bb6d7c5468d0f5ef546fb121e8dd2 >> .env echo SIP_CHAVE_ACESSO=d27791b8128bb1c95c094b99261d1abc16bc6169ccd17011f356201d1648d69862a355a6 >> .env - - name: Run make up - run: make up + - name: Run make up + run: make up - - name: Run make test - run: make tests-api + - name: Run make test + run: make tests-api