mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 09:05:00 +01:00
sparse checkout
This commit is contained in:
parent
7167309bf5
commit
7cd19c34d5
2 changed files with 5 additions and 1 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -31,7 +31,9 @@ jobs:
|
|||
service: ${{ fromJson(needs.install-build.outputs.job-strategy-matrix) }}
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: gogaille/sparse-checkout
|
||||
patterns: '${{ matrix.service }} gen-service-version.js'
|
||||
- name: Build
|
||||
run: |
|
||||
ls .
|
||||
./${{ matrix.service }}/build.sh
|
||||
|
|
|
|||
|
|
@ -6,3 +6,5 @@ echo 'fixed another bug'
|
|||
echo 'NOT ANOTHER ONE'
|
||||
|
||||
echo 'adding a thing here'
|
||||
|
||||
# important change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue