Skip to content

Commit ae34f22

Browse files
committed
Test deb installation
1 parent 8ce4ab4 commit ae34f22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@ jobs:
303303
- name: Build packages with nfpm
304304
run: yarn package ${NPM_CONFIG_ARCH}
305305

306+
- name: Sanity test package
307+
run: sudo dpkg -i ./release-packages/code-server_*.deb
308+
306309
- name: Upload release artifacts
307310
uses: actions/upload-artifact@v2
308311
with:

0 commit comments

Comments
 (0)