Skip to content

Commit 5546846

Browse files
committed
chore: import lic for meta tests
1 parent 1169283 commit 5546846

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/reuse.linux.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ jobs:
131131
needs: [ build, check ]
132132
steps:
133133
- uses: actions/checkout@v4
134+
- uses: ./.github/actions/setup_license
135+
with:
136+
runner_provider: ${{ inputs.runner_provider }}
134137
- uses: ./.github/actions/test_compat_meta_query
135138
timeout-minutes: 10
136139

@@ -139,6 +142,9 @@ jobs:
139142
needs: [ build, check ]
140143
steps:
141144
- uses: actions/checkout@v4
145+
- uses: ./.github/actions/setup_license
146+
with:
147+
runner_provider: ${{ inputs.runner_provider }}
142148
- uses: ./.github/actions/test_compat_fuse
143149
timeout-minutes: 20
144150

@@ -147,6 +153,9 @@ jobs:
147153
needs: [ build, check ]
148154
steps:
149155
- uses: actions/checkout@v4
156+
- uses: ./.github/actions/setup_license
157+
with:
158+
runner_provider: ${{ inputs.runner_provider }}
150159
- uses: ./.github/actions/test_compat_meta_meta
151160
timeout-minutes: 20
152161

@@ -163,6 +172,9 @@ jobs:
163172
needs: [ build, check ]
164173
steps:
165174
- uses: actions/checkout@v4
175+
- uses: ./.github/actions/setup_license
176+
with:
177+
runner_provider: ${{ inputs.runner_provider }}
166178
- uses: ./.github/actions/test_meta_cluster
167179
timeout-minutes: 10
168180

0 commit comments

Comments
 (0)