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:
|
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]
|
||||||
|
|
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue