Skip to content

Commit

Permalink
Update test names for better identification.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed May 14, 2024
1 parent 709e103 commit 2a2a81c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-next-example.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E Test
name: E2E Test Packages (Legacy)

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e-next-faustwp-example.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: E2E Test
name: E2E Test Packages

on:
pull_request:
paths-ignore:
- '**/*.md'

jobs:
e2e-test-next-getting-started-example:
e2e-test-faustwp-getting-started-example:
name: (faustwp) Next Getting Started Example on Node ${{ matrix.node }}
runs-on: ubuntu-22.04
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-nightly-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E Nightly Test
name: E2E Test Packages (Nightly)

on:
workflow_run:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '**/*.md'

jobs:
test_packages:
unit-test_packages:
name: "Test packages on Node.js ${{ matrix.node }} ${{ matrix.os }}"
strategy:
matrix:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Test Plugin / WordPress Nightly
name: Unit Test Plugin / WordPress Nightly

on:
pull_request:
paths-ignore:
- '**/*.md'

jobs:
test_plugin:
unit_test_plugin:
runs-on: ubuntu-22.04

steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Test Plugin
name: Unit Test Plugin

on:
pull_request:
paths-ignore:
- '**/*.md'

jobs:
test_plugin:
unit_test_plugin:
name: WordPress ${{ matrix.wordpress }}
runs-on: ubuntu-22.04
strategy:
Expand Down

0 comments on commit 2a2a81c

Please sign in to comment.