Skip to content

Correlate more cloud build information for dashboards #86

Correlate more cloud build information for dashboards

Correlate more cloud build information for dashboards #86

name: membership-checker
permissions: read-all
on:
pull_request:
paths:
- '.ci/magician/**'
jobs:
build-and-unit-tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '^1.19.1'
- name: Run membership checker unit tests
run: |
cd .ci/magician
go test ./... -v