Skip to content

PC-9234: Move user groups into manifest #102

PC-9234: Move user groups into manifest

PC-9234: Move user groups into manifest #102

Workflow file for this run

name: checks
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19'
cache: false
- name: Run unit tests
run: |
make test