Skip to content

Commit

Permalink
ci: test job renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jul 8, 2024
1 parent 7e08026 commit a3e9edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/glpi-agent-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: gmake test
shell: cmd

built-perl-windows-test:
windows-test-using-our-built-perl:

runs-on: windows-latest

Expand All @@ -124,7 +124,7 @@ jobs:
- name: Log warning on cache miss
if: steps.built-perl-cache.outputs.cache-hit != 'true'
run: |
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.'
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.'
- name: Restore required perl libraries cache
uses: actions/cache@v4
id: perl-site-cache
Expand Down

0 comments on commit a3e9edb

Please sign in to comment.