upload bin folders as artifacts to test locally

This commit is contained in:
WebFreak001 2022-02-13 21:09:26 +01:00 committed by Jan Jurzitza
parent 0316c9d70a
commit a8ca6ab4b7
1 changed files with 5 additions and 0 deletions

View File

@ -112,6 +112,11 @@ jobs:
rdmd ./d-test-utils/test_with_package.d ${{ matrix.build.version }} -- dub build
rdmd ./d-test-utils/test_with_package.d ${{ matrix.build.version }} -- dub test
- uses: actions/upload-artifact@v2
with:
name: bin-${{matrix.build.type}}-${{matrix.build.version}}-${{ matrix.compiler.dmd }}-${{ matrix.host }}
path: bin
# Lint source code using the previously built binary
- name: Run linter
shell: bash