mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +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) }}
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue