ci: fix tests workflow naming

This commit is contained in:
Nicolas Giard 2023-09-01 18:07:35 -04:00 committed by GitHub
parent 1bc0c1515e
commit f54f04460f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -102,6 +102,7 @@ jobs:
# ----------------------------------------------------------------- # -----------------------------------------------------------------
tests: tests:
name: Run Tests
uses: ./.github/workflows/tests.yml uses: ./.github/workflows/tests.yml
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }} if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
needs: [prepare] needs: [prepare]

View file

@ -11,7 +11,7 @@ on:
jobs: jobs:
tests-python: tests-python:
name: Run Tests (Python) name: Python Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/ietf-tools/datatracker-app-base:latest container: ghcr.io/ietf-tools/datatracker-app-base:latest
@ -69,7 +69,7 @@ jobs:
path: coverage.json path: coverage.json
tests-playwright: tests-playwright:
name: Run Tests (Playwright) name: Playwright Tests
runs-on: macos-latest runs-on: macos-latest
strategy: strategy:
fail-fast: false fail-fast: false
@ -105,7 +105,7 @@ jobs:
if-no-files-found: ignore if-no-files-found: ignore
tests-playwright-legacy: tests-playwright-legacy:
name: Run Tests (Playwright Legacy) name: Playwright Legacy Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: ghcr.io/ietf-tools/datatracker-app-base:latest container: ghcr.io/ietf-tools/datatracker-app-base:latest
strategy: strategy: