Skip to content

Cleanup local runner #2

Cleanup local runner

Cleanup local runner #2

Workflow file for this run

---
name: ci
"on":
pull_request:
push:
branches:
- main
jobs:
# lint-unit:
# uses: sous-chefs/.github/.github/workflows/[email protected]
# permissions:
# actions: write
# checks: write
# pull-requests: write
# statuses: write
# issues: write
integration:

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 20, Col: 3): The workflow must contain at least one job with no dependencies.
needs: lint-unit
# runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
os:
- almalinux-8
- centos-stream-8
- debian-10
- debian-11
- rockylinux-8
- ubuntu-1804
- ubuntu-2004
- ubuntu-2204
suite:
- "default"
- "redis-package"
- "sentinel"
- "multisentinel"
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@v4 # v4
- name: Install Chef
uses: actionshub/[email protected]
- name: Dokken
uses: actionshub/[email protected]
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}