Skip to content

docs: add comparisons (#59) #131

docs: add comparisons (#59)

docs: add comparisons (#59) #131

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