Skip to content

Commit

Permalink
Add qase-javascript-commons to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iiojib committed Sep 4, 2023
1 parent 2b6ed2f commit d403b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
max-parallel: 5
matrix:
node-version: [ '16', '18' ]
prefix: [ "qaseio", "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" ]
name: Project ${{ matrix.prefix }} - Node ${{ matrix.node-version }}
steps:
- uses: actions/checkout@v2
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
prefix: [ "qaseio", "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" ]
if: startsWith(github.event.ref, 'refs/tags')
name: Publish ${{ matrix.prefix }}
steps:
Expand Down

0 comments on commit d403b37

Please sign in to comment.