Skip to content

Commit

Permalink
Add env var
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohora committed Sep 2, 2024
1 parent 027f37a commit 4428212
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
cache: maven

- name: Run Tests for backend
env:
TESTCONTAINERS_REUSE_ENABLE: true
run: mvn clean test -Dmaven.test.failure.ignore=true

- name: Publish Test Report
Expand Down

0 comments on commit 4428212

Please sign in to comment.