Skip to content

Commit a0e97bb

Browse files
committed
Fix rookie mistake
Classic
1 parent 68771db commit a0e97bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
linux:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Checkout repository
11+
uses: actions/checkout@v4
12+
with:
13+
submodules: recursive
1014
- name: Change directory
1115
run: cd vscode-rufo
1216
- name: Install dependencies

0 commit comments

Comments
 (0)