Skip to content

Commit de972ae

Browse files
committed
Check vscode version in github action
1 parent 1d15721 commit de972ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/on_push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15-
- name: Install dependencies
15+
- name: Install latest vscode
1616
run: npm install
17+
- name: Check vscode version
18+
run: code --version
1719
- name: Unit tests
1820
run: npm run compile:dev

0 commit comments

Comments
 (0)