Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanliang-ms committed Sep 11, 2024
1 parent e5d001e commit 19fea6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
node-version: [18.x, 20.x]
package-path: ['sdk/feature-management']
package-path: ['./sdk/feature-management']

steps:
- uses: actions/checkout@v3
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Install dependencies
run: npm ci
working-directory: ${{ matrix.package-path }}
working-directory: sdk/feature-management

- name: Run lint
run: npm run lint
Expand Down

0 comments on commit 19fea6b

Please sign in to comment.