File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,12 @@ jobs:
158
158
if : steps.built-perl-cache.outputs.cache-hit == 'true'
159
159
run : perl contrib/windows/glpi-agent-built-perl-tests.pl
160
160
shell : cmd
161
+ - name : Upload windows built artifacts
162
+ if : success() || failure()
163
+ uses : actions/upload-artifact@v4
164
+ with :
165
+ name : Built-Perl-Windows-Test-Debug
166
+ path : C:\Strawberry-perl-for-GLPI-Agent_build\output
161
167
162
168
macos-test :
163
169
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ sub load_jobfile {
235
235
# By default all possible test will be run
236
236
test_files => [
237
237
# ~ qw(t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t t/*/*/*/*/*.t t/*/*/*/*/*/*.t)
238
- qw( t/*.t t/*/*.t )
238
+ qw( t/*.t)
239
239
],
240
240
skip_tests => [
241
241
# Fails if not run as administrator
You can’t perform that action at this time.
0 commit comments