Skip to content

feat(sentrykube): introduce additional possibilities to override config #192

feat(sentrykube): introduce additional possibilities to override config

feat(sentrykube): introduce additional possibilities to override config #192

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
tests:
name: "Run tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Make environment
run: |
make install-all-dependencies
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.22'
- name: Install kube-linter
# Needed for the kube-linter integration tests.
# It this starts taking too long we can xfail those tests and isolate
# the logic more.
run: go install golang.stackrox.io/kube-linter/cmd/[email protected]
- name: Run sentry-kube tests
run: |
make tools-test