From cb9e41a0c6138f5c29283c418d242d61db6543c3 Mon Sep 17 00:00:00 2001 From: WellingtonLFaria Date: Wed, 4 Dec 2024 00:51:09 -0300 Subject: [PATCH] =?UTF-8?q?corr:=20Consertando=20erro=20de=20caminho=20da?= =?UTF-8?q?=20pipeline=20de=20testes=20de=20integra=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 4c29042..b9785af 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -52,7 +52,7 @@ jobs: - name: Run Integration Tests run: | - cd src/tupan/integration_tests && pytest + cd src/tupan/tests/integration && pytest - name: Stop PostgreSQL container run: |