Skip to content

Commit a3e9edb

Browse files
committed
ci: test job renaming
1 parent 7e08026 commit a3e9edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/glpi-agent-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: gmake test
105105
shell: cmd
106106

107-
built-perl-windows-test:
107+
windows-test-using-our-built-perl:
108108

109109
runs-on: windows-latest
110110

@@ -124,7 +124,7 @@ jobs:
124124
- name: Log warning on cache miss
125125
if: steps.built-perl-cache.outputs.cache-hit != 'true'
126126
run: |
127-
echo '::warning title=[built-perl-windows-test] Built Perl not available in cache::You should be able to restart this job after packaging workflow run.'
127+
echo '::warning title=[windows-test-using-our-built-perl] Built Perl not available in cache::You should be able to restart this job after packaging workflow run.'
128128
- name: Restore required perl libraries cache
129129
uses: actions/cache@v4
130130
id: perl-site-cache

0 commit comments

Comments
 (0)