mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
upload bin folders as artifacts to test locally
This commit is contained in:
parent
0316c9d70a
commit
a8ca6ab4b7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/default.yml
vendored
5
.github/workflows/default.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue