Changeset 50285 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 02/10/2021 04:52:13 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/phpunit-tests.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r49938 r50285 25 25 # - Cancels all previous workflow runs for pull requests that have not completed. 26 26 # - Checks out the repository. 27 # - Checks out the WordPress Importer plugin (needed for the Core PHPUnit tests).28 27 # - Logs debug information about the runner container. 29 28 # - Installs NodeJS 14. … … 47 46 - name: Checkout repository 48 47 uses: actions/checkout@v2 49 50 - name: Checkout the WordPress Importer plugin51 run: svn checkout -r 2387243 https://plugins.svn.wordpress.org/wordpress-importer/trunk/ tests/phpunit/data/plugins/wordpress-importer52 48 53 49 - name: Log debug information
Note: See TracChangeset
for help on using the changeset viewer.