Skip to content

Disable returning error in environments with no desktop env #203

Disable returning error in environments with no desktop env

Disable returning error in environments with no desktop env #203

Workflow file for this run

name: ci
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: ">=1.18"
cache: true
- run: make test