From 062b0329571084331869954f5e0649d96bbe71c0 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 20 May 2024 05:14:05 +0000 Subject: [PATCH] Bump pipeline from 1.38.0 to 1.38.0 Bumps pipeline from 1.38.0 to 1.38.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/pb-tests.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pb-tests.yml b/.github/workflows/pb-tests.yml index 24ab465b..f1521664 100644 --- a/.github/workflows/pb-tests.yml +++ b/.github/workflows/pb-tests.yml @@ -52,10 +52,3 @@ jobs: richgo test ./... -run Unit env: RICHGO_FORCE_COLOR: "1" - - name: Run Integration Tests - run: | - #!/usr/bin/env bash - - set -euo pipefail - - go test ./integration/... -run Integration