Skip to content

Add imageupdater workflow #433

Add imageupdater workflow

Add imageupdater workflow #433

Workflow file for this run

---
name: Run Unit Tests
'on':
- pull_request
jobs:
testing:
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-go@v2
name: Set up golang 1.19
with:
go-version: '1.19.10'
- name: Check out source code
uses: actions/checkout@v2
- name: Install package and dependencies
run: |
make
- name: Run Tests
run: make test