Skip to content

Commit

Permalink
Use different filter path
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Oct 3, 2024
1 parent 36cd20d commit 8094754
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
with:
filters: |
browser:
- '.github/packages/browser/**'
- '.github/packages/sdk-core/**'
- '.github/packages/sdk-core/**'
- 'packages/browser/**'
- 'packages/sdk-core/**'
- 'packages/sdk-core/**'
node:
- '.github/packages/sdk-core/**'
- '.github/packages/electron/**'
- '.github/packages/nestjs/**'
- '.github/packages/node/**'
- 'packages/sdk-core/**'
- 'packages/electron/**'
- 'packages/nestjs/**'
- 'packages/node/**'
- run: npm run smoketest:node
if: steps.filter.outputs.node == 'true'
Expand Down

0 comments on commit 8094754

Please sign in to comment.