Skip to content

Commit b44d0da

Browse files
committed
ci: adjust release workflow
1 parent ca00899 commit b44d0da

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,21 @@ on:
44
push:
55
tags:
66
- "v*.*.*"
7-
workflow_run:
8-
workflows: [Build]
9-
types:
10-
- completed
117

128
jobs:
139
build:
1410
runs-on: ubuntu-latest
1511
steps:
1612
- name: Checkout
1713
uses: actions/checkout@v2
18-
- uses: actions/setup-node@v3
14+
- name: Setup node
15+
uses: actions/setup-node@v3
1916
with:
2017
node-version: "14"
2118
- name: Install dependencies
2219
run: npm install --no-optional
2320
- name: Run tests
24-
run: npm test
21+
run: xvfb-run -a npm test
2522
- name: Package vsce
2623
run: npm run package
2724
- name: Release

0 commit comments

Comments
 (0)