Skip to content

Commit 194cb75

Browse files
Vu NguyenVu Nguyen
authored andcommitted
update ci
1 parent 91c9c0b commit 194cb75

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ on:
55

66
jobs:
77
build:
8-
strategy:
9-
matrix:
10-
os: [macos-latest, ubuntu-latest, windows-latest]
11-
runs-on: ${{ matrix.os }}
8+
runs-on: ubuntu-latest
129
steps:
1310
- name: Checkout
1411
uses: actions/checkout@v3
@@ -17,12 +14,5 @@ jobs:
1714
with:
1815
node-version: 16.x
1916
- run: npm install
20-
- run: xvfb-run -a npm test
21-
if: runner.os == 'Linux'
22-
- run: npm test
23-
if: runner.os != 'Linux'
24-
- name: Publish
25-
if: success() && startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
26-
run: npm run deploy
27-
env:
28-
VSCE_PAT: ${{ secrets.VSCE_PAT }}
17+
- name: Compile
18+
run: npm run compile

0 commit comments

Comments
 (0)