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