Skip to content

Commit 9d1652d

Browse files
committed
ci: updated display env
1 parent 366f0dd commit 9d1652d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
path: ./vscode/*.vsix
7878

7979
test:
80+
env:
81+
CI: true
82+
DISPLAY: ':99.0'
83+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
84+
COVERALLS_GIT_BRANCH: master
8085
runs-on: ubuntu-latest
8186
needs: [build]
8287
steps:

0 commit comments

Comments
 (0)