Skip to content

Commit

Permalink
chore: try another variable based on reported vscode-test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Aug 31, 2023
1 parent 66cad8c commit 716e4fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: 🧪 Test project
run: xvfb-run -a npm run test:vscode
env:
DISPLAY: :0
DBUS_SESSION_BUS_ADDRESS: null
VSCODE_VERSION: stable

vscode:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: xvfb-run -a npm run test:vscode
env:
DISPLAY: :0
DBUS_SESSION_BUS_ADDRESS: null

- name: 🧪 Test project (MacOS/Windows)
if: ${{ runner.os != 'Linux' }}
Expand Down

0 comments on commit 716e4fb

Please sign in to comment.