Skip to content

Commit

Permalink
chore: import lic for meta tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Aug 20, 2024
1 parent 1169283 commit 5546846
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/reuse.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ jobs:
needs: [ build, check ]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_license
with:
runner_provider: ${{ inputs.runner_provider }}
- uses: ./.github/actions/test_compat_meta_query
timeout-minutes: 10

Expand All @@ -139,6 +142,9 @@ jobs:
needs: [ build, check ]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_license
with:
runner_provider: ${{ inputs.runner_provider }}
- uses: ./.github/actions/test_compat_fuse
timeout-minutes: 20

Expand All @@ -147,6 +153,9 @@ jobs:
needs: [ build, check ]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_license
with:
runner_provider: ${{ inputs.runner_provider }}
- uses: ./.github/actions/test_compat_meta_meta
timeout-minutes: 20

Expand All @@ -163,6 +172,9 @@ jobs:
needs: [ build, check ]
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup_license
with:
runner_provider: ${{ inputs.runner_provider }}
- uses: ./.github/actions/test_meta_cluster
timeout-minutes: 10

Expand Down

0 comments on commit 5546846

Please sign in to comment.