sparse checkout

This commit is contained in:
Laesse 2022-08-15 23:48:30 +02:00
parent 7167309bf5
commit 7cd19c34d5
2 changed files with 5 additions and 1 deletions

View file

@ -31,7 +31,9 @@ jobs:
service: ${{ fromJson(needs.install-build.outputs.job-strategy-matrix) }} service: ${{ fromJson(needs.install-build.outputs.job-strategy-matrix) }}
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: gogaille/sparse-checkout
patterns: '${{ matrix.service }} gen-service-version.js'
- name: Build - name: Build
run: | run: |
ls .
./${{ matrix.service }}/build.sh ./${{ matrix.service }}/build.sh

View file

@ -6,3 +6,5 @@ echo 'fixed another bug'
echo 'NOT ANOTHER ONE' echo 'NOT ANOTHER ONE'
echo 'adding a thing here' echo 'adding a thing here'
# important change