Skip to content

Commit a24514f

Browse files
committed
ci: Upload windows test debug artifact upload
1 parent 924e5d2 commit a24514f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ jobs:
158158
if: steps.built-perl-cache.outputs.cache-hit == 'true'
159159
run: perl contrib/windows/glpi-agent-built-perl-tests.pl
160160
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
161167

162168
macos-test:
163169

contrib/windows/glpi-agent-built-perl-tests.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ sub load_jobfile {
235235
# By default all possible test will be run
236236
test_files => [
237237
#~ qw(t/*.t t/*/*.t t/*/*/*.t t/*/*/*/*.t t/*/*/*/*/*.t t/*/*/*/*/*/*.t)
238-
qw(t/*.t t/*/*.t)
238+
qw(t/*.t)
239239
],
240240
skip_tests => [
241241
# Fails if not run as administrator

0 commit comments

Comments
 (0)