Skip to content

Commit 85b0f1a

Browse files
committed
Publish reports to https://reports.cucumber.io
1 parent 1c1e191 commit 85b0f1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
- run: yarn install
2626
- run: yarn test
27+
env:
28+
CUCUMBER_PUBLISH_TOKEN: ${{ secrets.CUCUMBER_PUBLISH_TOKEN }}
2729

2830
coverage:
2931
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)