Skip to content

Commit

Permalink
Job names reflect dotnet or Playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Jun 5, 2024
1 parent c55e573 commit 76b9cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ on:
jobs:
test:
timeout-minutes: 120
name: Test ${{ inputs.runs-on }} for Mercurial ${{ inputs.hg-version }} on ${{ inputs.environment }}
name: ${{ matrix.test }} tests for HG ${{ inputs.hg-version }}
permissions:
checks: write
strategy:
Expand Down

0 comments on commit 76b9cda

Please sign in to comment.