Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Lawton committed Jul 9, 2024
1 parent 4e14a04 commit b67d198
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/test-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ jobs:
id: go
- name: Check out code
uses: actions/checkout@v4
- name: Debug - List changed files
with:
ref: ''
- name: Run Promql tests
run: |
echo "Changed files:"
git fetch origin main
echo "git diff --name-only origin/main $GITHUB_SHA"
git diff --name-only origin/main $GITHUB_SHA
# - name: Run Promql tests
# run: |
# make test-alerts
make test-alerts

0 comments on commit b67d198

Please sign in to comment.