ci: fix tests workflow naming
This commit is contained in:
parent
1bc0c1515e
commit
f54f04460f
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -102,6 +102,7 @@ jobs:
|
|||
# -----------------------------------------------------------------
|
||||
|
||||
tests:
|
||||
name: Run Tests
|
||||
uses: ./.github/workflows/tests.yml
|
||||
if: ${{ github.event.inputs.skiptests == 'false' || github.ref_name == 'release' }}
|
||||
needs: [prepare]
|
||||
|
|
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -11,7 +11,7 @@ on:
|
|||
|
||||
jobs:
|
||||
tests-python:
|
||||
name: Run Tests (Python)
|
||||
name: Python Tests
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/ietf-tools/datatracker-app-base:latest
|
||||
|
||||
|
@ -69,7 +69,7 @@ jobs:
|
|||
path: coverage.json
|
||||
|
||||
tests-playwright:
|
||||
name: Run Tests (Playwright)
|
||||
name: Playwright Tests
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -105,7 +105,7 @@ jobs:
|
|||
if-no-files-found: ignore
|
||||
|
||||
tests-playwright-legacy:
|
||||
name: Run Tests (Playwright Legacy)
|
||||
name: Playwright Legacy Tests
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/ietf-tools/datatracker-app-base:latest
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue