From 83282a2f676ffc70111a53e7c0fb2254d037f7ba Mon Sep 17 00:00:00 2001 From: Laesse Date: Mon, 15 Aug 2022 23:50:06 +0200 Subject: [PATCH] fix --- .github/workflows/test.yml | 2 ++ bar-service/bar.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index da59123..9e16fa0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,9 @@ jobs: steps: - name: Checkout code uses: gogaille/sparse-checkout + with: patterns: '${{ matrix.service }} gen-service-version.js' + - name: Build run: | ls . diff --git a/bar-service/bar.sh b/bar-service/bar.sh index 8d3b769..89a1700 100755 --- a/bar-service/bar.sh +++ b/bar-service/bar.sh @@ -3,5 +3,3 @@ echo 'running bar!' echo 'cool new feature -fixing feature' echo 'new feature' - -echo 'and here' \ No newline at end of file