Skip to content

Commit

Permalink
RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
olafleur-godaddy committed Jul 25, 2023
1 parent 17fc986 commit 6f31f42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test / E2E Cypress Job RC1
name: Test / E2E Cypress Job RC2

on:
workflow_call:
Expand Down Expand Up @@ -107,14 +107,14 @@ jobs:
run: |
npx grunt build
# moving the built directory to this location means no dev files in tests-container.
mv ./build/coblocks $(wp-env install-path)/tests-wordpress-6.3-RC1/wp-content/plugins/
mv ./build/coblocks $(wp-env install-path)/tests-wordpress-6.3-RC2/wp-content/plugins/
- name: Prepare Theme
run: |
if [ "${{ inputs.theme }}" = "https://downloads.wordpress.org/theme/go.zip" ]; then
cd $(wp-env install-path)/go
else
cd $(wp-env install-path)/tests-wordpress-6.3-RC1/wp-content/themes/twentytwentythree
cd $(wp-env install-path)/tests-wordpress-6.3-RC2/wp-content/themes/twentytwentythree
fi
mkdir -p coblocks/icons
echo '<svg height="20" viewBox="0 0 20 20" width="20" xmlns="http://www.w3.org/2000/svg"><circle class="inner-circle" cx="20" cy="20" r="8" stroke-width="8" stroke-dasharray="50.2655 50.2655" stroke-dashoffset="0"></circle></svg>' >> coblocks/icons/custom.svg
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
group: chrome-php74
cancel-in-progress: true

chrome_e2e_wp_63_rc1:
name: Chrome on WordPress 6.3 RC1
uses: ./.github/workflows/test-e2e-cypress-6.3rc1.yml
chrome_e2e_wp_63_rc2:
name: Chrome on WordPress 6.3 RC2
uses: ./.github/workflows/test-e2e-cypress-6.3rc2.yml
with:
wpVersion: "https://wordpress.org/wordpress-6.3-RC1.zip"
wpVersion: "https://wordpress.org/wordpress-6.3-RC2.zip"
concurrency:
group: chrome-wp_63_rc1
group: chrome-wp_63_rc2
cancel-in-progress: true

0 comments on commit 6f31f42

Please sign in to comment.