Skip to content

Commit 54423d7

Browse files
committed
deleteme
Signed-off-by: Jorgen Kvalvaag <jorgen.kvalvaag@nordicsemi.no>
1 parent 14d3615 commit 54423d7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/build-and-target-test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,10 @@ jobs:
3434
artifact_fw_version: ${{ needs.build.outputs.version }}
3535
artifact_run_id: ${{ needs.build.outputs.run_id }}
3636
test_all: ${{ inputs.build-all || false }}
37+
debug:
38+
runs-on: ubuntu-latest
39+
steps:
40+
- name: debug
41+
run: |
42+
echo buildall: ${{ inputs.build_all }}
43+
echo buildall: ${{ inputs.build_all || false }}

.github/workflows/target-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ on:
2222
type: string
2323
required: false
2424
default: '[\"thingy91x\"]'
25+
foobar:
26+
type: string
27+
default: from worklflow call
2528

2629
workflow_dispatch:
2730
inputs:
@@ -48,6 +51,10 @@ on:
4851
type: string
4952
required: false
5053
default: '[\"thingy91x\"]'
54+
foobar:
55+
description: foobar
56+
type: string
57+
default: from workflow dispatch
5158

5259
jobs:
5360
set-matrix:
@@ -124,6 +131,8 @@ jobs:
124131
working-directory: asset-tracker-template
125132
run: |
126133
ls -l tests/on_target/artifacts
134+
echo foobar input: ${{ inputs.foobar }}
135+
echo test_all: &{{ inputs.test_all }}
127136
128137
- name: Install dependencies
129138
working-directory: asset-tracker-template/tests/on_target

0 commit comments

Comments
 (0)