Skip to content

Commit

Permalink
Reduce the impact of testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 6, 2024
1 parent 3fb528d commit b6ab509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Get the list of plugins to test
id: plugins
run: | #shell
echo matrix='{"plugin":["extended-cpts","query-monitor","user-switching","wp-crontrol"]}' >> "$GITHUB_OUTPUT"
# echo matrix='{"plugin":["extended-cpts","query-monitor","user-switching","wp-crontrol"]}' >> "$GITHUB_OUTPUT"
echo matrix='{"plugin":["extended-cpts"]}' >> "$GITHUB_OUTPUT"
- name: Fetch the source PR data
uses: actions/github-script@v7
Expand Down

0 comments on commit b6ab509

Please sign in to comment.