aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJ08nY2024-08-07 22:52:45 +0200
committerJ08nY2024-08-07 22:52:45 +0200
commitb6c35d175e5d71ec7e3840d984ff77840af9344e (patch)
treee6c0828cc0362f6d0c43ad61612c4c4804f7f608 /.github
parent06fd1cee79c7587e08a3240992c58f7fb361d7fd (diff)
downloadECTester-b6c35d175e5d71ec7e3840d984ff77840af9344e.tar.gz
ECTester-b6c35d175e5d71ec7e3840d984ff77840af9344e.tar.zst
ECTester-b6c35d175e5d71ec7e3840d984ff77840af9344e.zip
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b626eb0..de3f6cb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -189,7 +189,7 @@ jobs:
run: ./gradlew standalone:run --args="list-libs"
- name: Test
- run: ./gradlew standalone:test
+ run: ./gradlew standalone:test --continue
- name: Upload build artifacts
uses: actions/upload-artifact@v4