Skip to content

Commit 5858b25

Browse files
authored
Setup testops (#1302)
1 parent 1bd855d commit 5858b25

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ jobs:
8888
checks: write
8989
env:
9090
ALLURE_SERVICE_TOKEN: ${{ secrets.ALLURE_SERVICE_TOKEN }}
91+
ALLURE_TOKEN: ${{ secrets.ALLURE_TOKEN }}
92+
ALLURE_ENDPOINT: ${{ secrets.ALLURE_ENDPOINT }}
93+
ALLURE_PROJECT_ID: ${{ secrets.ALLURE_PROJECT_ID }}
9194
steps:
9295
- uses: actions/checkout@v6
9396

allurerc.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ export default {
1717
publish: true,
1818
},
1919
},
20+
testops: {
21+
options: {
22+
launchName: `Allure Java GitHub actions run (${new Date().toISOString()})`,
23+
},
24+
},
2025
},
2126
...(allureService ? { allureService } : {}),
2227
};

0 commit comments

Comments
 (0)