Log to stdout when MIERU_CONFIG_FILE / MIERU_CONFIG_JSON_FILE env is … #138
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |