Skip to content

Commit

Permalink
test remove env ut
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 30, 2023
1 parent 8541fe6 commit 5c89483
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ jobs:
- name: Test with databases and aggregate surefire report - ${{ matrix.scope }}
if: ${{ matrix.scope != 'UT' && matrix.scope != 'IT' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: >
mvn test surefire-report:report -Daggregate=true -Dsurefire.failIfNoSpecifiedTests=false
-Dtest=Test${{ matrix.scope }}*
Expand Down

0 comments on commit 5c89483

Please sign in to comment.