Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasArvidsson committed Jun 15, 2024
1 parent 6d025ee commit fb2a184
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: .nvmrc
- run: npm --color install
- name: Publish to Open VSX Registry
id: publishToOpenVSX
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version-file: .nvmrc
- run: npm --color install
# - run: npm --color run test:meta
- run: npm --color run compile
# - run: xvfb-run -a npm --color run test:ci
# - run: npm --color run test:ci
- run: xvfb-run -a pnpm --color test
- run: xvfb-run -a npm --color test
if: runner.os == 'Linux'
- run: pnpm --color test
- run: npm --color test
if: runner.os != 'Linux'
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20.12.1

0 comments on commit fb2a184

Please sign in to comment.