Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlacey committed Feb 15, 2025
2 parents 414d6c0 + 986013f commit cea65e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-vsix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: josepho0918/vstest-action@main
with:
searchFolder: /_built/
testAssembly: /**/*Tests.dll
testAssembly: /**/*Tests*.dll

- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action/windows@v2
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/spellchecking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Spellcheck Action
on:
push:
branches: [ main ]
paths:
- '*.md'
pull_request:
types: [assigned, opened, synchronize, reopened]
paths:
- '*.md'

jobs:
build:
Expand Down

0 comments on commit cea65e9

Please sign in to comment.