Skip to content

Commit cea22b2

Browse files
committed
Update run-extension-tests workflow
1 parent debab4f commit cea22b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-extension-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ on:
66
jobs:
77
linux:
88
runs-on: ubuntu-latest
9+
defaults:
10+
run:
11+
working-directory: "vscode-rufo"
912
steps:
1013
- name: Checkout repository
1114
uses: actions/checkout@v4
1215
with:
1316
submodules: recursive
14-
- name: Change directory
15-
run: cd vscode-rufo
1617
- name: Print working directory and list its contents
1718
run: |
1819
echo $PWD

0 commit comments

Comments
 (0)