diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe294ee..ab2a2ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -192,6 +192,13 @@ jobs: path: | standalone/build/libs/ECTesterStandalone.jar + - name: Upload results + uses: actions/upload-artifact@v4 + with: + name: results-standalone-${{ matrix.java }} + path: | + standalone/build/results/ + - name: Upload code coverage uses: codecov/codecov-action@v4 with: |
