Skip to content

Commit

Permalink
chore: rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloiankoski committed Mar 23, 2024
1 parent 89f2559 commit 670f3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wordpress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
phpTests:
PHP Tests:
# The type of runner that the job will run on
runs-on: ubuntu-20.04
strategy:
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
env:
DB_PORT: ${{ env.mysql_port }}

jsTests:
JS Tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 670f3bb

Please sign in to comment.