Skip to content

feat(examples): add simplest "counter" realm (#2815) #7611

feat(examples): add simplest "counter" realm (#2815)

feat(examples): add simplest "counter" realm (#2815) #7611

Workflow file for this run

# tests the "misc" directory & tools
# (not meant for miscellaneous workflows)
name: misc
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
jobs:
main:
strategy:
fail-fast: false
matrix:
# fixed list because we have some non go programs on that misc folder
program:
- autocounterd
# - devdeps
- docker-integration
- genproto
- genstd
- goscan
- logos
- loop
name: Run Main
uses: ./.github/workflows/main_template.yml
with:
modulepath: misc/${{ matrix.program }}
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}