Skip to content

Commit

Permalink
chore: no tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Feb 9, 2024
1 parent d67e3c3 commit 9468dd8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
with:
path: .vscode-test
key: ${{ runner.os }}-test
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
- run: npm test
if: runner.os != 'Linux'
# - run: xvfb-run -a npm test
# if: runner.os == 'Linux'
# - run: npm test
# if: runner.os != 'Linux'
- name: Set nightly version
run: |
timestamp=$(date +%Y%m%d%H%M%S)
Expand Down

0 comments on commit 9468dd8

Please sign in to comment.