Skip to content

Commit

Permalink
Test starting Desktop
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Tardif <[email protected]>
  • Loading branch information
gtardif committed Nov 7, 2023
1 parent 7e004a5 commit 96ed5bc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: macOS-latest

steps:
- uses: actions/checkout@v4

- name: Start Desktop
run: echo Hello Desktop
uses: ./start

- name: Debug
run: |
ls -al ~/Library/Containers/com.docker.docker || true
docker ps -a || true
- name: Desktop version
run: docker info

0 comments on commit 96ed5bc

Please sign in to comment.