Skip to content

Merge pull request #43 from qvalentin/feat-helmfile-crash #26

Merge pull request #43 from qvalentin/feat-helmfile-crash

Merge pull request #43 from qvalentin/feat-helmfile-crash #26

Workflow file for this run

name: Tests
on:
push:
pull_request:
jobs:
tests:
name: tests
strategy:
matrix:
go-version: [1.19.1]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: make test