Skip to content

Automatically start Docker service with --no-autostart disable option #56

Automatically start Docker service with --no-autostart disable option

Automatically start Docker service with --no-autostart disable option #56

Workflow file for this run

name: Diff
on:
pull_request:
jobs:
diff:
name: Diff
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Diff stable
run: |
make CHANNEL=stable diff
- name: Diff test
run: |
make CHANNEL=test diff