Skip to content

Commit 320ad63

Browse files
committed
tests: Rename ELF detection test script consistently
1 parent e428a41 commit 320ad63

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/interop_tests.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@ name: Interop tests
22

33
on:
44
workflow_call:
5-
# inputs:
6-
# example:
7-
# required: true
8-
# type: string
95

106
jobs:
117
layering-test:
12-
name: Layering test
8+
name: Containertool layering test
139
runs-on: ubuntu-latest
1410
services:
1511
registry:
@@ -45,7 +41,7 @@ jobs:
4541
grep second second.payload
4642
4743
elf-detection-test:
48-
name: ELF detection test
44+
name: Containertool ELF detection test
4945
runs-on: ubuntu-latest
5046
services:
5147
registry:
@@ -71,4 +67,4 @@ jobs:
7167
# Run the test script
7268
- name: Test ELF detection
7369
run: |
74-
scripts/test-elf-detection.sh
70+
scripts/test-containertool-elf-detection.sh

0 commit comments

Comments
 (0)