Skip to content

Commit

Permalink
chore: add vsce package test (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored May 13, 2021
1 parent 59efd13 commit f28e793
Show file tree
Hide file tree
Showing 3 changed files with 1,144 additions and 20 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:

- name: Use Node
uses: actions/setup-node@v2
with:
node-version: '16'

# Run install dependencies
- name: Install dependencies
Expand All @@ -43,7 +45,10 @@ jobs:
run: npm run compile

# Run tests
- name: Run Test
- name: Run test
uses: GabrielBB/xvfb-action@v1.0
with:
run: npm test

- name: Run package
run: npm run package
Loading

0 comments on commit f28e793

Please sign in to comment.