Skip to content

Commit

Permalink
wip3
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Jul 26, 2024
1 parent eab2cc4 commit c53b219
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/reusable_ragger_tests_latest_speculos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,20 +78,14 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Debug
run: |
echo "matrix.device == 'nanos': ${{ matrix.device == 'nanos' }}"
echo "matrix.device: ${{ matrix.device }}"
- name: Clone
uses: actions/checkout@v4
with:
repository: ${{ inputs.app_repository }}
ref: ${{ inputs.app_branch_name }}
ref: ${{ matrix.device == 'nanos' && 'app-storage' || inputs.app_branch_name }}
path: app
submodules: recursive
fetch-depth: 0
branch: ${{ matrix.device == 'nanos' && 'app-storage' }}

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit c53b219

Please sign in to comment.