Skip to content

Commit

Permalink
refactor: workflow names for display in PRs (NUWCDIVNPT#1402)
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig authored Oct 14, 2024
1 parent 99f54b2 commit b6c17a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-audit-test-coverage-response.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test API Generate Coverage, and Run SonarCloud Analysis
name: API source
on:
workflow_dispatch:
pull_request:
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
name: response-validation
path: ./logs/response-validation.json
SonarCloudAnalysis-API:
name: SonarCloud Analysis API
name: SonarCloud Analysis
needs: test_api
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/api-container-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: API Container Tests
name: API containers
on:
workflow_dispatch:
pull_request:
Expand All @@ -24,7 +24,7 @@ jobs:
test_api:
needs: fetch-mysql-versions
name: Mocha tests with ${{ matrix.container.name }} and MySQL ${{ matrix.mysql_version }}
name: ${{ matrix.container.name }} and MySQL ${{ matrix.mysql_version }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit b6c17a0

Please sign in to comment.