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: