Skip to content

fix, test: fix SAS parser, scrape prom metrics from scanner #118

fix, test: fix SAS parser, scrape prom metrics from scanner

fix, test: fix SAS parser, scrape prom metrics from scanner #118

Workflow file for this run

name: Kind CI
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
e2eBlobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prerequisites
run: sudo make tests-deps-install
- name: "End to End: Blobs"
run: make ci-kind-random
- name: "Clean up"
run: make kind-delete
e2eCtr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Prerequisites
run: sudo make tests-deps-install
- name: "End to End: Ctr"
run: make ci-kind-ctr
- name: "Clean up"
run: make kind-delete