Changeset 13324 for trunk/.github/workflows/unit-tests.yml
- Timestamp:
- 09/11/2022 06:22:23 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/unit-tests.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/unit-tests.yml
r13314 r13324 33 33 34 34 - name: Checkout repository 35 uses: actions/checkout@v 235 uses: actions/checkout@v3 36 36 37 37 - name: Setup PHP … … 52 52 composer --version 53 53 54 - name: Validate Composer55 run: composer validate --strict56 57 54 - name: Install Composer dependencies 58 uses: ramsey/composer-install@v 155 uses: ramsey/composer-install@v2 59 56 with: 60 57 composer-options: "--ignore-platform-reqs" … … 88 85 89 86 - name: Running single site unit tests 87 if: ${{ success() || failure() }} 90 88 run: npm run test-php 91 if: ${{ success() || failure() }}92 89 93 90 - name: Running multi site unit tests 91 if: ${{ success() || failure() }} 94 92 run: npm run test-php-multisite 95 if: ${{ success() || failure() }}96 93 97 94 - name: Stop Docker environment 95 if: ${{ success() || failure() }} 98 96 run: npm run wp-env stop 99 if: ${{ success() || failure() }}
Note: See TracChangeset
for help on using the changeset viewer.