From 7d14f42d411565fa6de07e82fadbe7576ab91a0f Mon Sep 17 00:00:00 2001 From: Christian Fritsch Date: Fri, 1 Sep 2023 13:45:49 +0200 Subject: [PATCH 1/2] Remove pipefail --- bin/test-drupal-project | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/test-drupal-project b/bin/test-drupal-project index c1aaf90..740d357 100755 --- a/bin/test-drupal-project +++ b/bin/test-drupal-project @@ -1,7 +1,6 @@ #!/usr/bin/env bash set -o errexit -set -o pipefail set -o nounset ### Functions ### From cabe4a8d6c942ab6d23125c0d80b8385052a5d8d Mon Sep 17 00:00:00 2001 From: Christian Fritsch Date: Fri, 1 Sep 2023 14:02:12 +0200 Subject: [PATCH 2/2] Rename test file --- .github/workflows/{testing.yml => tests.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{testing.yml => tests.yml} (100%) diff --git a/.github/workflows/testing.yml b/.github/workflows/tests.yml similarity index 100% rename from .github/workflows/testing.yml rename to .github/workflows/tests.yml