Skip to content

Commit 075d5f1

Browse files
author
colinmcneil
committed
Use correct extension workdir in test
1 parent 208800a commit 075d5f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-extension.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
jobs:
99
test:
10+
defaults:
11+
run:
12+
working-directory: src/extension
1013
runs-on: ubuntu-latest
1114
steps:
1215
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)