Skip to content

fix(craft): Remove unnecessary fields #6

fix(craft): Remove unnecessary fields

fix(craft): Remove unnecessary fields #6

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
merge_group:
jobs:
tests:
name: "Run tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Make environment
run: |
make install-python-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