Skip to content

Commit

Permalink
more workflow changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aledesma-godaddy committed Oct 20, 2023
1 parent 570e8cc commit d17998a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
cache: 'yarn'

- name: Prepare tests
run: echo npx wp-env install-path
run: echo $(npx wp-env install-path)
# - name: Install dependencies
# run: |
# composer install --prefer-dist --optimize-autoloader &
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Test / E2E Runner
# name: Test / E2E Runner

on:
pull_request:
branches:
- master
# on:
# pull_request:
# branches:
# - master

jobs:
# jobs:
# Requires re-working our helpers to be backward compat.
# chrome_e2e_major_before_previous_major:
# name: Chrome with major before previous major WP version
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test-wp-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
check_date:
uses: ./.github/workflows/date-checker.yml
with:
cutoff_date: "2023-11-7" # WP 6.4 schedueld release date.
# WP 6.4 schedueld release date.
cutoff_date: "2023-11-7"

# Create WP NEXT Version Constant
set_constant:
Expand Down

0 comments on commit d17998a

Please sign in to comment.