Skip to content

Commit 34b5898

Browse files
committed
ci: rename target test
test needs a very specific name apparently Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
1 parent 7d44053 commit 34b5898

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on_target.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ on:
6262

6363
jobs:
6464
target_test:
65-
name: Test on target
65+
name: Target Test
6666
runs-on: self-hosted
6767
environment: production
6868
container:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
artifact_fw_version: ${{ needs.build.outputs.version }}
4141
artifact_run_id: ${{ needs.build.outputs.run_id }}
42-
target_test:
42+
test:
4343
uses: ./.github/workflows/on_target.yml
4444
needs: build
4545
secrets: inherit

0 commit comments

Comments
 (0)