Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pantheon-systems/wpunit-helpers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: pantheon-systems/wpunit-helpers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.3
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Aug 7, 2025

  1. Allow nightly tests to skip (#7)

    * allow nightly tests to be skipped
    
    * document ability to skip nightly tests
    
    * add devrel to codeowners
    
    * also add new test case to skip nightly when we test
    
    * cleanup in between test runs
    
    * okay, break it out into two separate jobs
    skip db install on second run
    
    * add --skip-nightly to flags
    
    * remove empty step
    
    * fine, drop database in between steps
    
    * let --skip-db be passed to phpunit-test, too
    
    * run both tests in one step
    
    * update docs
    
    * simplify test script command execution
    
    The phpunit-test.sh script is updated to use variables for the
    install-wp-tests.sh command.
    
    This avoids repeating the command and its arguments multiple times,
    making the script cleaner and easier to maintain.
    
    * change DIRNAME inside main
    
    * yeah undo that
    
    * use array-based variable
    
    * use new array-based variable
    
    * spaces and emoji
    jazzsequence authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    1f8c7bd View commit details
    Browse the repository at this point in the history
Loading