Skip to content

Commit 5d3490c

Browse files
committed
Add ability to run workflow manually
Signed-off-by: Rob Stryker <rob@oxbeef.net>
1 parent 7b9a4a4 commit 5d3490c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/gh-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [master]
66
pull_request:
77
branches: [master]
8+
workflow_dispatch:
89

910
jobs:
1011
test:

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,7 @@
100100
"unzip-stream": "^0.3.1",
101101
"utf-8-validate": "^5.0.2",
102102
"selenium-webdriver": "^4.1.0",
103-
"vscode-extension-tester": "^5.0.0",
104-
"vscode-extension-tester-locators": "^3.0.0",
105-
"vscode-test": "^1.4.0"
103+
"@vscode/test-electron": "^2.3.8"
106104
},
107105
"dependencies": {
108106
"@redhat-developer/vscode-extension-proposals": "^0.0.22",

0 commit comments

Comments
 (0)