diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 18:36:28 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-26 18:36:28 +0000 |
| commit | 44abda544eb7753b989cb7a9ecef1d71fcd1836a (patch) | |
| tree | 83ad14707e4f677702d16a5870a3635e3b504b8d /.github | |
| parent | add texlive-latex-extra for standalone.cls (diff) | |
| download | TCPDBench-44abda544eb7753b989cb7a9ecef1d71fcd1836a.tar.gz TCPDBench-44abda544eb7753b989cb7a9ecef1d71fcd1836a.zip | |
Add result check via git
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f07ab8be..1d5eb0c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,10 @@ jobs: run: make results shell: bash + - name: Check results + run: git checkout ./analysis/output/rankplots/*.pdf && git diff --exit-code + shell: bash + # tcpdbench-docker: # name: Check TCPDBench (docker) # runs-on: ubuntu-latest |
