diff options
| author | J08nY | 2024-03-31 11:18:40 +0200 |
|---|---|---|
| committer | J08nY | 2024-03-31 11:18:40 +0200 |
| commit | 6c2d68b4772b5276e2abd6208aee2618b6e32227 (patch) | |
| tree | 2b72066c0f34146a46b5f860080e98e90ea9c026 /.github/workflows | |
| parent | b026dacd1af1970fb27f13783e039415cc862015 (diff) | |
| download | ECTester-6c2d68b4772b5276e2abd6208aee2618b6e32227.tar.gz ECTester-6c2d68b4772b5276e2abd6208aee2618b6e32227.tar.zst ECTester-6c2d68b4772b5276e2abd6208aee2618b6e32227.zip | |
Add storing of test results.
Diffstat (limited to '.github/workflows')
| -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: |
