Skip to content

Cachi2 support and testing for Konflux migration #4010

Cachi2 support and testing for Konflux migration

Cachi2 support and testing for Konflux migration #4010

Workflow file for this run

---
name: Run Unit Tests
on:
pull_request:
paths-ignore:
- 'docs/**'
- '**/*.adoc'
- '.github/**'
jobs:
testing:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v4
name: Set up golang 1.21
with:
go-version: '1.21.9'
- name: Check out source code
uses: actions/checkout@v2
- name: Run Tests
run: make test