Skip to content

Commit fffbc72

Browse files
author
omars44
committed
windows-tests: upload artifact
1 parent 5a42873 commit fffbc72

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/windows-tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,16 @@ jobs:
9393
Write-Host "The path '$dll' does not exist."
9494
exit 1
9595
}
96-
# run tests
9796
- name: test
9897
env:
9998
SOLR_SERVER_CONFIGURED: 0
10099
run: nmake test TESTS="--show-diff -g FAIL,BORK,WARN,LEAK tests"
100+
101+
- name: Upload artifact
102+
if: ${{ github.event_name == 'push' }}
103+
uses: actions/upload-artifact@v3
104+
with:
105+
name: php_solr-dll-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}-${{ github.sha }}
106+
path: |
107+
php_solr.dll
108+
retention-days: 3

0 commit comments

Comments
 (0)