Skip to content

Commit

Permalink
Fix typos and titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiegman committed Apr 10, 2024
1 parent bb257bb commit f578691
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-plugin-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Plugin - WordPress Nightly
name: Test Plugin / WordPress Nightly, PHP 8.2

on:
workflow_call:
Expand All @@ -9,7 +9,6 @@ on:
jobs:
test_plugin:
runs-on: ubuntu-22.04
name: WordPress Nightly, PHP 8.2
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -38,7 +37,7 @@ jobs:
- name: Ensure Correct WordPress version
run: |
docker exec --workdir=/var/www/html/wp-content/plugins/wp-graphql-content-blocks $(docker-compose ps -q wordpress) wp core version --allow-root
docker exec --workdir=/var/www/html/wp-content/plugins/wp-graphql-content-blocks $(docker-compose ps -q wordpress) wp core upgrade --version=nighytly --force --allow-root
docker exec --workdir=/var/www/html/wp-content/plugins/wp-graphql-content-blocks $(docker-compose ps -q wordpress) wp core upgrade --version=nightly --force --allow-root
docker exec --workdir=/var/www/html/wp-content/plugins/wp-graphql-content-blocks $(docker-compose ps -q wordpress) wp core version --allow-root
- name: Install and activate WP GraphQL
Expand Down

0 comments on commit f578691

Please sign in to comment.