Skip to content

Removed imagePullPolicy and added namespace to local config #13

Removed imagePullPolicy and added namespace to local config

Removed imagePullPolicy and added namespace to local config #13

Workflow file for this run

name: CI
on:
push:
branches:
- main
paths-ignore:
- '**.adoc'
- '**.md'
- 'samples/**'
- 'LICENSE'
pull_request:
branches:
- main
paths-ignore:
- '**.adoc'
- '**.md'
- 'samples/**'
- 'LICENSE'
jobs:
test_suite:
name: Test Suite
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: v1.20
- name: Run suite
run: |
make test