Skip to content

chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 #522

chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7

chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 #522

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
jobs:
test:
name: Run tests with cargo test
runs-on: ubuntu-latest
strategy:
matrix:
version: [v1.26.15, v1.27.16, v1.28.13, v1.29.8, v1.30.4, v1.31.1]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.10.0
with:
cluster_name: "kind"
node_image: kindest/node:${{ matrix.version }}
- name: "Apply RBAC resources"
run: kubectl apply -k rbac
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test