Skip to content

Log to stdout when MIERU_CONFIG_FILE / MIERU_CONFIG_JSON_FILE env is … #138

Log to stdout when MIERU_CONFIG_FILE / MIERU_CONFIG_JSON_FILE env is …

Log to stdout when MIERU_CONFIG_FILE / MIERU_CONFIG_JSON_FILE env is … #138

Workflow file for this run

name: 'integration test'
on: [push, pull_request, workflow_dispatch]
jobs:
run-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run integration test
run: make run-container-test