Skip to content

Commit 4094c36

Browse files
committed
ci: steps reorder
1 parent a373c9f commit 4094c36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ jobs:
145145
if: steps.built-perl-cache.outputs.cache-hit == 'true' && steps.perl-site-cache.outputs.cache-hit != 'true'
146146
run: cpan -T Module::Install
147147
shell: cmd
148+
- name: Prepare Makefile
149+
if: steps.built-perl-cache.outputs.cache-hit == 'true'
150+
run: perl Makefile.PL
151+
shell: cmd
148152
- name: Install latest Perl::Dist::Strawberry from github
149153
if: steps.built-perl-cache.outputs.cache-hit == 'true' && steps.perl-site-cache.outputs.cache-hit != 'true'
150154
run: |
151155
cpanm --notest --verbose https://github.com/StrawberryPerl/Perl-Dist-Strawberry.git
152156
shell: cmd
153-
- name: Prepare Makefile
154-
if: steps.built-perl-cache.outputs.cache-hit == 'true'
155-
run: perl Makefile.PL
156-
shell: cmd
157157
- name: Run tests script
158158
if: steps.built-perl-cache.outputs.cache-hit == 'true'
159159
run: perl contrib/windows/glpi-agent-built-perl-tests.pl

0 commit comments

Comments
 (0)