Skip to content

Update current feature #1

Update current feature

Update current feature #1

Workflow file for this run

# Qserv operator CI workflow
---
name: "CI"
on:
push:
pull_request:
branches:
- master
jobs:
main:
name: Run nginx-controller demo
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Stop apparmor
run: |
sudo /etc/init.d/apparmor stop
- uses: actions/setup-go@v3
with:
go-version: '^1.19.2'
- name: Create k8s/kind cluster
run: |
go install github.com/k8s-school/[email protected]
ktbx create -c
- name: Install postgresl with helm
run: |
./ci.sh