Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Lawton committed Jul 8, 2024
1 parent 345a331 commit 9d352a9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
id: go
- name: Check out code
uses: actions/checkout@v4
- name: Run Promql tests
- name: Debug - List changed files
run: |
make test-alerts
echo "Changed files:"
git diff --name-only ${{ github.event.before }} ${{ github.sha }}
- name: Run Promql tests
run: |
make test-alerts

0 comments on commit 9d352a9

Please sign in to comment.