Skip to content

Commit

Permalink
testOps integration (via #85)
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam authored Oct 18, 2023
1 parent 36bc9f2 commit 54b466a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@ jobs:
distribution: 'zulu'
java-version: '17'
cache: 'gradle'
- uses: allure-framework/setup-allurectl@v1
with:
allure-endpoint: https://demo.testops.cloud
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 54b466a

Please sign in to comment.