Skip to content

Commit

Permalink
Merge pull request #15 from LedgerHQ/api-level-13
Browse files Browse the repository at this point in the history
test_all.yml: update stax api to 13
  • Loading branch information
sgliner-ledger authored Dec 7, 2023
2 parents 0d198ad + c22f7e7 commit 940d3a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
sdk_ref_stax:
type: string
required: false
default: 'API_LEVEL_12'
default: 'API_LEVEL_13'
run_stax:
type: boolean
required: false
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
env:
API_LEVEL_NANOSP: 'API_LEVEL_1'
API_LEVEL_NANOX: 'API_LEVEL_5'
API_LEVEL_STAX: 'API_LEVEL_12'
API_LEVEL_STAX: 'API_LEVEL_13'

steps:
- name: Clone Repo
Expand Down
4 changes: 4 additions & 0 deletions input_files/extra_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@
"build_path": "app",
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-kaspa",
"test_dir": "tests"
},
{
"name": "app-keepass",
"build_blacklist": ["nanos", "nanosp", "nanox", "stax"],
Expand Down
1 change: 1 addition & 0 deletions input_files/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -2202,6 +2202,7 @@
"owner": "coderofstuff",
"ref": "develop",
"url": "https://github.com/LedgerHQ/app-kaspa",
"test_dir": "tests",
"variant_param": "COIN",
"variants_nanos": [
"KAS"
Expand Down

0 comments on commit 940d3a9

Please sign in to comment.