File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - ' main'
99jobs :
10- detect-changes :
11- runs-on : ubuntu-latest
12- permissions :
13- pull-requests : read
14- outputs :
15- examples : ${{ steps.filter.outputs.examples }}
16- integration-tests : ${{ steps.filter.outputs.integration-tests }}
17- steps :
18- - uses : dorny/paths-filter@v3
19- id : filter
20- with :
21- filters : |
22- examples:
23- - 'examples/**'
24- integration-tests:
25- - 'integration-tests/**'
26-
2710 verify-examples :
28- needs : detect-changes
29- if : ${{ needs.detect-changes.outputs.examples == 'true' }}
3011 runs-on : ubuntu-latest
3112 steps :
3213 - uses : actions/checkout@v4
4324 -Dcom.expediagroup.xapjavasdk.vrbosecret="${{ secrets.VRBO_SECRET }}" \
4425
4526 verify-integration-tests :
46- needs : detect-changes
47- if : ${{ needs.detect-changes.outputs.integration-tests == 'true' }}
4827 runs-on : ubuntu-latest
4928 steps :
5029 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments