Skip to content

chore(deps): update ghcr.io/doublewordai/control-layer docker tag to v8 #256

chore(deps): update ghcr.io/doublewordai/control-layer docker tag to v8

chore(deps): update ghcr.io/doublewordai/control-layer docker tag to v8 #256

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
helm-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: "3.13.0"
- name: Install just
uses: extractions/setup-just@v3
- name: Install helm-unittest
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git --version 1.0.2
- name: Lint chart
run: just lint
- name: Run tests
run: just test