Skip to content

Commit 1ae227f

Browse files
committed
post a single comment with links intead of batch of comments
1 parent 2ca2a16 commit 1ae227f

11 files changed

Lines changed: 87 additions & 1036 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: Unit tests
1919
env:
20-
ALLURE_SERVICE_URL: ${{ secrets.ALLURE_SERVICE_URL }}
2120
ALLURE_SERVICE_ACCESS_TOKEN: ${{ secrets.ALLURE_SERVICE_ACCESS_TOKEN }}
22-
ALLURE_SERVICE_PROJECT: ${{ secrets.ALLURE_SERVICE_PROJECT }}
2321
steps:
2422
- uses: actions/checkout@v4
2523

allurerc.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import { env } from "node:process";
33

44
const { ALLURE_SERVICE_ACCESS_TOKEN } = env;
55

6+
/**
7+
* @typedef {import("allure").Config}
8+
*/
69
const config = {
710
output: "./out/allure-report",
811
plugins: {

0 commit comments

Comments
 (0)