Changeset 58431
- Timestamp:
- 06/18/2024 10:49:29 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/reusable-end-to-end-tests.yml
r58329 r58431 46 46 # - Install WordPress within the Docker container. 47 47 # - Install Gutenberg. 48 # - Install additional languages. 48 49 # - Run the E2E tests. 49 50 # - Uploads screenshots and HTML snapshots as an artifact. … … 115 116 run: npm run env:cli -- plugin install gutenberg --path=/var/www/${{ env.LOCAL_DIR }} 116 117 118 - name: Install additional languages 119 run: | 120 npm run env:cli -- language core install de_DE --path=/var/www/${{ env.LOCAL_DIR }} 121 npm run env:cli -- language plugin install de_DE --all --path=/var/www/${{ env.LOCAL_DIR }} 122 npm run env:cli -- language theme install de_DE --all --path=/var/www/${{ env.LOCAL_DIR }} 123 117 124 - name: Run E2E tests 118 125 run: npm run test:e2e
Note: See TracChangeset
for help on using the changeset viewer.