Skip to content

Bump github.com/google/k8s-digester from 0.1.10 to 0.1.13 #1195

Bump github.com/google/k8s-digester from 0.1.10 to 0.1.13

Bump github.com/google/k8s-digester from 0.1.10 to 0.1.13 #1195

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
paths-ignore:
- doc/**
- samples/**
- README.md
- CONTRIBUTING.md
push:
branches: [main]
paths-ignore:
- doc/**
- samples/**
- README.md
- CONTRIBUTING.md
jobs:
test:
name: Build and run tests
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Docker buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
- name: Build test-image
run: docker build -t skiperator-test --target test .
- name: Run tests in container
run: docker run --rm --name test skiperator-test