Skip to content

Commit

Permalink
add results
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam committed Oct 18, 2023
1 parent bfa06aa commit b2bba32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
allure-token: ${{ secrets.ALLURE_TOKEN }}
allure-project-id: 1064
- name: Run Tests
run: ./gradlew clean test
run: allurectl watch -- ./gradlew clean test
env:
ALLURE_RESULTS: build/allure-results

0 comments on commit b2bba32

Please sign in to comment.