diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ee05c9387..1f6e29e57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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] diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b1830f5f9..e8855f39e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: