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 e428a41 commit 320ad63Copy full SHA for 320ad63
.github/workflows/interop_tests.yml
@@ -2,14 +2,10 @@ name: Interop tests
2
3
on:
4
workflow_call:
5
-# inputs:
6
-# example:
7
-# required: true
8
-# type: string
9
10
jobs:
11
layering-test:
12
- name: Layering test
+ name: Containertool layering test
13
runs-on: ubuntu-latest
14
services:
15
registry:
@@ -45,7 +41,7 @@ jobs:
45
41
grep second second.payload
46
42
47
43
elf-detection-test:
48
- name: ELF detection test
44
+ name: Containertool ELF detection test
49
50
51
@@ -71,4 +67,4 @@ jobs:
71
67
# Run the test script
72
68
- name: Test ELF detection
73
69
run: |
74
- scripts/test-elf-detection.sh
70
+ scripts/test-containertool-elf-detection.sh
scripts/test-elf-detection.sh renamed to scripts/test-containertool-elf-detection.sh
0 commit comments