Automattic / Edit-Flow

WordPress plugin to accelerate your editorial workflow
https://editflow.org
358 stars 132 forks source link

Fix failing GitHub e2e tests #722

Closed alecgeatches closed 6 months ago

alecgeatches commented 6 months ago

As a first step for modernization, this PR:

alecgeatches commented 6 months ago

End to end tests are now passing! See the last run: https://github.com/Automattic/Edit-Flow/actions/runs/9165713334/job/25199719325

The lint-js task has been moved to run after jest and end-to-end tests. We'll come back to address the tons of linting warnings and errors very soon.

alecgeatches commented 6 months ago

Hello @rebeccahum! We're doing some refactorings starting with fixing end-to-end tests in GitHub Actions and a PHP version bump. Please take a look! We'll plan to do a new plugin release once we're done with modernization work.

alecgeatches commented 6 months ago

@ingeniumed I'm going to merge this into a new develop branch. Thank you!