Skip to content

Commit

Permalink
only include ad tests for ccdipack
Browse files Browse the repository at this point in the history
  • Loading branch information
enigne committed Jul 21, 2024
1 parent 0ce30b9 commit 92c4d5e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/common-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,13 @@ jobs:
strategy:
fail-fast: false
matrix:
test-cases: ['101:110', '201:210', '301:310']
test-cases:
- '101:110'
- '201:210'
- '301:310'
include:
- test-cases: $${{ inputs.build_type == 'codipack' && ['3015', '3119', '3480', '3201:3206'] }}
- test-cases: $${{ inputs.build_type == 'codipack' && '3015, 3119, 3480' }}
- test-cases: $${{ inputs.build_type == 'codipack' && '3201:3206' }}

steps:
- name: Download ISSM artifact
Expand Down

0 comments on commit 92c4d5e

Please sign in to comment.