Skip to content

Commit

Permalink
Fix alignment in unit-test yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharth30060 committed Jan 24, 2025
1 parent acea3a8 commit 1773207
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/unit-test-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run Tests
# working-directory: ./content/docs/deployment/csminstallationwizard/src/
working-directory: ./content/docs/getting-started/installation/installationwizard/src
working-directory: ./content/docs/getting-started/installation/installationwizard/src
run: |
npm install
npm test
Expand Down

0 comments on commit 1773207

Please sign in to comment.