Skip to content

Commit

Permalink
vsce dosenot work localy
Browse files Browse the repository at this point in the history
 trynig to run in it in github acitons
  • Loading branch information
meniRoy committed Sep 11, 2023
1 parent 0f6cd05 commit 2252e55
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install pnpm
run: npm install -g [email protected]
- name: Install dependencies
run: pnpm install
- name: Install vcse
run: npm install -g vcse
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:
- name: Run unit tests
run: npm run unit:test
- name: Run integration tests
run: xvfb-run -a npm test
run: xvfb-run -a npm test
- name: Install vcse
run: npm install -g vcse
- name: Run packge
run: vcse package

0 comments on commit 2252e55

Please sign in to comment.