We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eab2cc4 commit c53b219Copy full SHA for c53b219
.github/workflows/reusable_ragger_tests_latest_speculos.yml
@@ -78,20 +78,14 @@ jobs:
78
submodules: recursive
79
fetch-depth: 0
80
81
- - name: Debug
82
- run: |
83
- echo "matrix.device == 'nanos': ${{ matrix.device == 'nanos' }}"
84
- echo "matrix.device: ${{ matrix.device }}"
85
-
86
- name: Clone
87
uses: actions/checkout@v4
88
with:
89
repository: ${{ inputs.app_repository }}
90
- ref: ${{ inputs.app_branch_name }}
+ ref: ${{ matrix.device == 'nanos' && 'app-storage' || inputs.app_branch_name }}
91
path: app
92
93
94
- branch: ${{ matrix.device == 'nanos' && 'app-storage' }}
95
96
- name: Set up Docker Buildx
97
uses: docker/setup-buildx-action@v2
0 commit comments