Skip to content

helm provider config, new tests #1

helm provider config, new tests

helm provider config, new tests #1

Workflow file for this run

name: Pr Tests
on:
push:
branches:
- cdev-ignore
jobs:
tests:
name: Build and run tests
runs-on: ubuntu-latest
container: golang:1.21.3-alpine
steps:
- name: Code checkout
uses: actions/checkout@v2
- name: Build image
run: |
set -x
ls -la
docker ps