Skip to content

Add MIMIR_AUTH_TOKEN for self-hosted Mimir #390

Add MIMIR_AUTH_TOKEN for self-hosted Mimir

Add MIMIR_AUTH_TOKEN for self-hosted Mimir #390

Workflow file for this run

name: run tests
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Lint
run: make lint
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Make
run: make test
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Make
run: make integration