Skip to content

Commit

Permalink
GitHub Actions: use buildout:git-clone-depth=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Apr 13, 2022
1 parent e0214f7 commit f11329f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
restore-keys: eggs-
- name: Run buildout
run: |
buildout -c bare.cfg
buildout -c bare.cfg buildout:git-clone-depth=1
- name: Quickly run unit tests without any layers
run: |
bin/test -u
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
restore-keys: eggs-
- name: Run buildout
run: |
buildout -c ecosystem.cfg
buildout -c ecosystem.cfg buildout:git-clone-depth=1
- name: Quickly run unit tests without any layers
run: |
bin/test -u
2 changes: 1 addition & 1 deletion .github/workflows/run-buildout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
restore-keys: eggs-
- name: Run buildout
run: |
buildout
buildout buildout:git-clone-depth=1
2 changes: 1 addition & 1 deletion .github/workflows/versioncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
restore-keys: eggs-
- name: Run buildout
run: |
buildout
buildout buildout:git-clone-depth=1
- name: Plone version check
run: |
./bin/versioncheck -pnNbo versions.html
Expand Down

0 comments on commit f11329f

Please sign in to comment.