Skip to content

WIP TESTING

WIP TESTING #21

Workflow file for this run

name: catalogd-unit
on:
workflow_dispatch:
merge_group:
pull_request:
push:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Unit Test
working-directory: catalogd
run: make test-unit
- uses: codecov/codecov-action@v5
working-directory: catalogd

Check failure on line 25 in .github/workflows/catalogd-unit.yaml

View workflow run for this annotation

GitHub Actions / catalogd-unit

Invalid workflow file

The workflow is not valid. .github/workflows/catalogd-unit.yaml (Line: 25, Col: 9): Unexpected value 'working-directory'
with:
disable_search: true
files: cover.out
token: ${{ secrets.CODECOV_TOKEN }}