Skip to content

Commit

Permalink
Fix action run test step
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusEllyton committed Oct 25, 2024
1 parent 1334aaa commit 85e545b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-vsix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install

- name: Run tests
run: npm test:unit
run: npm run test:unit

- name: Build the extension
run: npx vsce package
Expand Down

0 comments on commit 85e545b

Please sign in to comment.