Skip to content

Commit

Permalink
Update kql-validations.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul0216 committed Nov 21, 2024
1 parent 3d9b985 commit d1c324c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kql-validations.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Detection Validations
run-name: Detection Validations running on ${{ github.ref_name }}
name: KQL Validations
run-name: KQL Validations running on ${{ github.ref_name }}
on:
pull_request:
branches:
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.dotnetSdkVersion }}
- name: Run kql validation tests
- name: Run KQL Validation tests
run: dotnet test .script/tests/KqlvalidationsTests/Kqlvalidations.Tests.csproj --configuration ${{ env.buildConfiguration }}
env:
GITHUBAPPID: ${{ env.GitHubAppID }}
Expand Down

0 comments on commit d1c324c

Please sign in to comment.