Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test]
Browse files Browse the repository at this point in the history
lpascal-ledger committed Jan 23, 2025
1 parent 9cfa49c commit 560e0bd
Showing 4 changed files with 25 additions and 13 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build all apps

on:
workflow_dispatch:
pull_request:

jobs:

build_all_applications:
name: Build all the applications on all the devices
uses: ./.github/workflows/reusable_build_several.yml
with:
sdk: all
devices: nanox
only_apps: app-starknet app-passwords

build_all_applications_on_latest:
name: Build all the applications on all the devices on the latest SDK
uses: ./.github/workflows/reusable_build_several.yml
with:
sdk: all
sdk_reference: origin/master
exclude_apps: app-u2f
devices: flex stax
6 changes: 0 additions & 6 deletions .github/workflows/end_to_end_tests_of_reusable_workflows.yml
Original file line number Diff line number Diff line change
@@ -3,12 +3,6 @@ name: E2E testing of the reusable workflows

on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:

# This workflow file contains the duplicates of several applications that use reusable workflows
# The duplication is unfortunate but can't be avoided as github actions do not (yet ?) accept the
2 changes: 1 addition & 1 deletion .github/workflows/reusable_get_apps_metadata.yml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ jobs:
if [ -n "${{ inputs.only_apps }}" ]; then
ARGS="$ARGS -o ${{ inputs.only_apps }}"
fi
devices="$(python ./ledger-app-workflows/scripts/parse_all_apps.py ${ARGS})"
devices="$(python ./ledger-app-workflows/scripts/parse_all_apps.py ${ARGS} -l 4)"
echo "apps_config=$devices" >> $GITHUB_OUTPUT
echo $devices
outputs:
6 changes: 0 additions & 6 deletions .github/workflows/scripts_checking.yml
Original file line number Diff line number Diff line change
@@ -2,12 +2,6 @@ name: Scripts quality CI

on:
workflow_dispatch:
push:
branches:
- master
- main
- develop
pull_request:

jobs:
shellcheck:

0 comments on commit 560e0bd

Please sign in to comment.