Skip to content

Commit

Permalink
corr: Consertando erro de caminho da pipeline de testes de integração
Browse files Browse the repository at this point in the history
  • Loading branch information
WellingtonLFaria committed Dec 4, 2024
1 parent 05a425f commit cb9e41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cb9e41a

Please sign in to comment.