Skip to content

Commit

Permalink
Pods 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Feb 21, 2024
1 parent ce61819 commit 20e50c2
Show file tree
Hide file tree
Showing 172 changed files with 11,809 additions and 3,370 deletions.
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
2 changes: 1 addition & 1 deletion .github/workflows/tests-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Set up pods
run: |
docker network prune -f
${SLIC_BIN} use pods
${SLIC_BIN} use ${GITHUB_REPOSITORY#*/}
${SLIC_BIN} composer set-version 2
${SLIC_BIN} composer install
# ------------------------------------------------------------------------------
Expand Down
Loading

0 comments on commit 20e50c2

Please sign in to comment.