From 8940401dcf79d34cfe34181e75cbb9fdb2c18db3 Mon Sep 17 00:00:00 2001 From: Nils Heydecker <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 12 Aug 2022 14:38:55 +0200 Subject: [PATCH] lol --- .github/workflows/test.yml | 2 +- bar-service/bar.sh | 0 bar-service/build.sh | 0 foo-service/build.sh | 0 foo-service/foo.sh | 0 5 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 bar-service/bar.sh mode change 100644 => 100755 bar-service/build.sh mode change 100644 => 100755 foo-service/build.sh mode change 100644 => 100755 foo-service/foo.sh diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 31c70a0..cedd400 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: install id: fun run: | - pnpm install! + echo pnpm install foo-service: needs: [install-build] diff --git a/bar-service/bar.sh b/bar-service/bar.sh old mode 100644 new mode 100755 diff --git a/bar-service/build.sh b/bar-service/build.sh old mode 100644 new mode 100755 diff --git a/foo-service/build.sh b/foo-service/build.sh old mode 100644 new mode 100755 diff --git a/foo-service/foo.sh b/foo-service/foo.sh old mode 100644 new mode 100755