Skip to content

build(deps): bump the go-modules group with 2 updates #10

build(deps): bump the go-modules group with 2 updates

build(deps): bump the go-modules group with 2 updates #10

Workflow file for this run

name: CI gvm-openapi-emulator
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: '1.24'
- name: Install dependencies
run: go mod tidy
- name: Build
run: make build
- name: Test Coverage
run: make cover
- name: Upload coverage artifact
uses: actions/upload-artifact@v6
with:
name: coverage
path: |
coverage.out
coverage.txt
coverage.html