Skip to content

chore(deps): bump the go-modules group with 3 updates #48

chore(deps): bump the go-modules group with 3 updates

chore(deps): bump the go-modules group with 3 updates #48

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-file: go.mod
cache: false
- 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@v7
with:
name: coverage
path: |
coverage.out
coverage.txt
coverage.html