Skip to content

Commit

Permalink
Cleanup test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Feb 22, 2024
1 parent e976cc9 commit 6707c1f
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 174 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ jobs:
steps:
- name: Checkout Repository (latest)
uses: actions/checkout@v3
if: ${{ inputs.ref == '' }}

- name: Checkout Repository (specific reference)
uses: actions/checkout@v3
if: ${{ inputs.ref != '' }}
with:
ref: ${{ inputs.ref }}

- name: Setup Node
uses: actions/setup-node@v3
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@
"wpackagist-plugin/limit-login-attempts-reloaded": "^2.6.1",
"wpackagist-plugin/wp-sanitize-file-name-plus": "~1.0",

"wpackagist-plugin/wordpress-seo": "^21.0",
"wpackagist-plugin/wordpress-seo": "^22.0",
"wpackagist-plugin/google-tag-manager": "~1.0",
"wpackagist-plugin/redirection": "~5.0",

"wpackagist-plugin/show-environment-in-admin-bar": "^1.1",
"wpackagist-plugin/regenerate-thumbnails": "~3.0",
"wpackagist-plugin/debug-bar": "^1.0",
"wpackagist-plugin/debug-bar-remote-requests": "^0.1.2",
"jameelmoses/wordpress-kint-debugger": "^1.0",
"jameelmoses/wordpress-kint-debugger": "^2.0",
"wpackagist-plugin/query-monitor": "^3.3",
"wpackagist-plugin/user-switching": "^1.5",

Expand All @@ -67,7 +67,6 @@
"generoi/sage-nativeblock": "^0.3",
"inpsyde/wp-translation-downloader": "^2.3",
"satispress/polylang-pro": "^3.3",
"wpackagist-plugin/shortpixel-adaptive-images": "^3.5",
"stoutlogic/acf-builder": "^1.12",
"cweagans/composer-patches": "^1.7",
"spatie/laravel-google-fonts": "^1.2",
Expand Down
Loading

0 comments on commit 6707c1f

Please sign in to comment.