Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pods 3.1 #7240

Merged
merged 5 commits into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
.gitignore
.jshintrc
.nvmrc
.phpcs.compat.yml
.phpcs.yml
.phpstorm.meta.php
.scrutinizer.yml
.travis.yml
Expand All @@ -39,13 +41,13 @@ codeception.example.yml
codeception.slic.yml
CODEOWNERS
composer.json
CONTRIBUTING.md
composer.lock
Gruntfile.js
jest-setup-wordpress-globals.js
jest.config.json
jest.config.js
package-lock.json
jest-setup-wordpress-globals.js
package.json
package-lock.json
phpcs.xml
phpcs.xml.dist
phpunit.xml.dist
Expand Down
2 changes: 2 additions & 0 deletions .env.testing.slic
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Custom vars for Pods.
PODS_LOAD_DATA=true
PODS_REBUILD_DATA=false
# PODS_ROOT_FOLDER="pods"
# Set this back to "pods" when done testing
PODS_ROOT_FOLDER="pods"

# This file will be consumed by both the CI and the tests.
Expand Down
Loading
Loading