From aaaac1e1a53326d5b9026915fdd17fa3dea5727d Mon Sep 17 00:00:00 2001 From: Dmitrii Gridnev Date: Wed, 10 Jul 2024 16:57:14 +0200 Subject: [PATCH] ci: add Mocha reporter to pipeline --- .github/workflows/npm.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 4c29ef76..5232b613 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -9,7 +9,7 @@ jobs: max-parallel: 5 matrix: node-version: [ '16', '18' ] - prefix: [ "qaseio", "qase-javascript-commons", "qase-cypress", "qase-cucumberjs", "qase-newman", "qase-testcafe", "qase-jest", "qase-playwright" ] + prefix: [ "qaseio", "qase-javascript-commons", "qase-cypress", "qase-cucumberjs", "qase-newman", "qase-testcafe", "qase-jest", "qase-playwright", "qase-mocha" ] name: Project ${{ matrix.prefix }} - Node ${{ matrix.node-version }} steps: - uses: actions/checkout@v2 @@ -27,7 +27,7 @@ jobs: strategy: max-parallel: 5 matrix: - prefix: [ "qaseio", "qase-javascript-commons", "qase-cypress", "qase-cucumberjs", "qase-newman", "qase-testcafe", "qase-jest", "qase-playwright" ] + prefix: [ "qaseio", "qase-javascript-commons", "qase-cypress", "qase-cucumberjs", "qase-newman", "qase-testcafe", "qase-jest", "qase-playwright", "qase-mocha" ] if: startsWith(github.event.ref, 'refs/tags') name: Publish ${{ matrix.prefix }} steps: