Skip to content

Commit

Permalink
feat: Run Actions workflow for both CLI apps
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Nov 14, 2024
1 parent 7bdacea commit 0341fbc
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ on:
merge_group:
types: [checks_requested]

defaults:
run:
working-directory: ./metrics

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
dir: [metrics, ciplatforms]

defaults:
run:
working-directory: ${{ matrix.dir }}

steps:
- uses: actions/checkout@v3
- name: Set up Go
Expand Down

0 comments on commit 0341fbc

Please sign in to comment.