Skip to content

Commit dded4b0

Browse files
committed
Fix path in GitHub Actions workflow for sample analysis script
1 parent 9a575f6 commit dded4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: npm run build
3838

3939
- name: Run sample analysis
40-
run: node dist/package-dependencies.js samples/sample-dependencies.jsonl -o sample-analysis.md
40+
run: node dist/package-dependencies.js sample-dependencies.jsonl -o sample-analysis.md
4141
if: success()
4242

4343
- name: Upload test coverage

0 commit comments

Comments
 (0)