Skip to content

Commit f0f3cd4

Browse files
dnestorogradinac
authored andcommitted
Add feature to workflow
1 parent 1bf5364 commit f0f3cd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-changed-metadata.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
- name: "🧪 Run '${{ matrix.coordinates }}' tests"
7171
run: |
7272
./gradlew test -Pcoordinates=${{ matrix.coordinates }}
73+
- name: "🔎 Check metadata config files content"
74+
run: |
75+
./gradlew checkConfigFiles --coordinates=${{ matrix.coordinates }}
7376
7477
all-metadata-passed:
7578
name: "🧪 All metadata tests have passed"

0 commit comments

Comments
 (0)