Skip to content

Add Manila Usage Exporter #14

Add Manila Usage Exporter

Add Manila Usage Exporter #14

Workflow file for this run

name: Go Test Workflow
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.22"
- name: Install dependencies
run: go mod tidy
- name: Run tests
run: go test ./exporters