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