Skip to content

chore(deps): update dependency kubectl to v1.31.1 #331

chore(deps): update dependency kubectl to v1.31.1

chore(deps): update dependency kubectl to v1.31.1 #331

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- main
- master
- "releases/*"
workflow_dispatch:
permissions:
contents: read
jobs:
ci:
runs-on: "ubuntu-latest"
strategy:
fail-fast: false
matrix:
folder:
- cdviz-collector
# - cdviz-db
- charts
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected]
- uses: jdx/mise-action@v2
with:
experimental: true
- run: mise install
shell: bash
working-directory: ${{ matrix.folder }}
- run: task ci
shell: bash
working-directory: ${{ matrix.folder }}
- run: ${SCCACHE_PATH} --show-stats
shell: bash