Skip to content

Commit 59dbfc9

Browse files
paketo-botpaketo-bot
andauthored
Update shared github-config (#21)
Co-authored-by: paketo-bot <paketobuildpacks@paketo.io>
1 parent b464784 commit 59dbfc9

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: gomod
5+
directory: "/"
6+
schedule:
7+
interval: daily
8+
open-pull-requests-limit: 10

scripts/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function token::fetch() {
6565
function tests::run() {
6666
util::print::title "Run Buildpack Runtime Integration Tests"
6767
pushd "${BUILDPACKDIR}" > /dev/null
68-
if GOMAXPROCS=4 go test -timeout 0 ./integration/... -v -run Integration; then
68+
if GOMAXPROCS="${GOMAXPROCS:-4}" go test -count=1 -timeout 0 ./integration/... -v -run Integration; then
6969
util::print::success "** GO Test Succeeded **"
7070
else
7171
util::print::error "** GO Test Failed **"

0 commit comments

Comments
 (0)