Skip to content

DDO-3269: Environment V3 SQL Migrations #897

DDO-3269: Environment V3 SQL Migrations

DDO-3269: Environment V3 SQL Migrations #897

Workflow file for this run

name: Test Sherlock
on:
push:
branches:
- main
paths:
- ".github/workflows/sherlock-test.yaml"
- "sherlock/**"
- "!sherlock/docs/**"
- "go-shared/**"
- "!**/*.md"
pull_request:
branches:
- main
paths:
- ".github/workflows/sherlock-test.yaml"
- "sherlock/**"
- "!sherlock/docs/**"
- "go-shared/**"
- "!**/*.md"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: "sherlock/go.mod"
- name: Install pact-go
run: make install-pact
- name: Run tests
run: make test-with-coverage
- name: Upload coverage
uses: codecov/codecov-action@v3
with:
files: go-shared/cover.out,sherlock/cover.out