Skip to content

Commit

Permalink
github: autobahn report as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
gobwas committed Jan 25, 2021
1 parent 7637d01 commit 3bd47b5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,17 @@ jobs:
- name: Autobahn
if: >-
startsWith(matrix.os,'ubuntu')
startsWith(matrix.os, 'ubuntu')
env:
CRYPTOGRAPHY_ALLOW_OPENSSL_102: yes
run: |
make test autobahn
- name: Autobahn Report Artifact
if: >-
startsWith(matrix.os, 'ubuntu')
uses: actions/upload-artifact@v2
with:
name: autobahn report ${{ matrix.go }} ${{ matrix.os }}
path: autobahn/report
retention-days: 7

0 comments on commit 3bd47b5

Please sign in to comment.