Skip to content

Commit

Permalink
Merge pull request #73 from LedgerHQ/tdj/update_tests
Browse files Browse the repository at this point in the history
Update test_all.yml
  • Loading branch information
tdejoigny-ledger authored Oct 22, 2024
2 parents 83b0186 + 1c607e9 commit eebcdbb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
sdk_ref_nanosp:
type: string
required: false
default: 'API_LEVEL_5'
default: 'API_LEVEL_21'
run_nanosp:
type: boolean
required: false
Expand All @@ -20,7 +20,7 @@ on:
sdk_ref_nanox:
type: string
required: false
default: 'API_LEVEL_5'
default: 'API_LEVEL_21'
run_nanox:
type: boolean
required: false
Expand All @@ -29,7 +29,7 @@ on:
sdk_ref_stax:
type: string
required: false
default: 'API_LEVEL_15'
default: 'API_LEVEL_21'
run_stax:
type: boolean
required: false
Expand Down Expand Up @@ -129,9 +129,9 @@ jobs:
index: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

env:
API_LEVEL_NANOSP: 'API_LEVEL_5'
API_LEVEL_NANOX: 'API_LEVEL_5'
API_LEVEL_STAX: 'API_LEVEL_15'
API_LEVEL_NANOSP: 'API_LEVEL_21'
API_LEVEL_NANOX: 'API_LEVEL_21'
API_LEVEL_STAX: 'API_LEVEL_21'

steps:
- name: Clone Repo
Expand Down

0 comments on commit eebcdbb

Please sign in to comment.