Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Dependabot config for unbound_exporter #26

Dependabot config for unbound_exporter

Dependabot config for unbound_exporter #26

Workflow file for this run

---
name: integration
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
integration:
runs-on: [ubuntu-latest]
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: "1.21.x"
- name: checkout
uses: actions/checkout@v4
- name: Start containers
run: docker compose up --build --detach
- name: run integration test
run: go test -v --tags=integration
- name: Stop containers
if: always()
run: docker compose down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.