Skip to content

Commit

Permalink
fix: add --workspace CI run test flag to other workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
jean-michelet committed Jan 30, 2024
1 parent f861e61 commit 2d57aba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/estree-ast-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
- run: npm run test --workspace=workspaces/estree-ast-utils
6 changes: 2 additions & 4 deletions .github/workflows/sec-literal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,5 @@ jobs:
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test
- run: npm install
- run: npm run test --workspace=workspaces/sec-literal

0 comments on commit 2d57aba

Please sign in to comment.