Skip to content

📖 Update Helm chart install doc #591

📖 Update Helm chart install doc

📖 Update Helm chart install doc #591

Workflow file for this run

name: API tests
on:
schedule:
- cron: '15 5 * * *'
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
with:
go-version-file: 'go.mod'
- name: Run API tests
run: make test-api