Skip to content

Commit

Permalink
Prøver file dump.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jun 19, 2021
1 parent ec93f56 commit 4210537
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ jobs:
architecture: x64
- name: Build project
run: ./mvnw -s .mvn/nossl.settings.xml verify -Pintegration -Pjava${{ matrix.java }}
- uses: actions/upload-artifact@v2
with:
name: dist-without-markdown
path: byte-buddy/byte-buddy-dep/target/surefire-reports
coverage:
name: Coverage
runs-on: ubuntu-18.04
Expand Down

0 comments on commit 4210537

Please sign in to comment.