Skip to content

Commit

Permalink
remove the thing that's not working and replace with a long bash thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Apr 3, 2024
1 parent 26a86db commit 139e219
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions features/general.feature
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Feature: General tests of WP Launch Check
Scenario: WordPress has a new minor version but no new major version
Given a WP install
And I run `wp core download --version=6.5 --force`
And I run `latestVersion=$(wp core check-update --field=version) && currentVersion=$(wp core version) && [ "$latestVersion" == "$currentVersion" ]; then; echo "There is no new minor version available"; exit 0; fi`
And I run `wp theme activate twentytwentytwo`
And the current WP version is not the latest

Expand Down

0 comments on commit 139e219

Please sign in to comment.