openfaas/faas-netes

Test the image we build in the GitHub Action

开放

#710 创建于 2020年11月11日

 (3 条评论) (0 个反应) (0 位负责人)Go (489 个派生)auto 404
help wanted

仓库指标

星标
 (2,169 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Test the image we build in the GitHub Action

Expected Behaviour

As we run e2e tests upon commit, this should test the operator image that we've just built.

Current Behaviour

Instead we test whatever is in the chart, which probably still needs to be tested separately for each chart change.

Possible Solution

Side-load the image with kind as per https://github.com/alexellis/registry-creds/blob/master/.github/workflows/ci-only.yaml

Add a new job that only tests the chart.

贡献者指南