54
54
-Dmultinode.XX:+AlwaysActAsServerClassMachine \
55
55
clean cluster-metrics/test
56
56
57
- # comment out test report until an apache or GitHub published action (action-surefire-report) can be found or added allowlist from INFRA
58
- # - name: Test Reports
59
- # # Makes it easier to spot failures instead of looking at the logs.
60
- # if: ${{ failure() }}
61
- # uses: marcospereira/action-surefire-report@v1
62
- # with:
63
- # report_paths: '**/target/test-reports/TEST-*.xml'
64
- # fail_if_no_tests: false
65
- # skip_publishing: true
66
-
67
57
pekko-classic-remoting-tests :
68
58
name : Pekko Classic Remoting Tests
69
59
runs-on : ubuntu-22.04
@@ -166,23 +156,6 @@ jobs:
166
156
-Dio.netty.leakDetection.level=PARANOID \
167
157
clean "++ ${{ matrix.scalaVersion }} test" checkTestsHaveRun
168
158
169
- # comment out test report until an apache or GitHub published action (action-surefire-report) can be found or added allowlist from INFRA
170
- # - name: Test Reports
171
- # # Makes it easier to spot failures instead of looking at the logs.
172
- # if: ${{ failure() }}
173
- # uses: marcospereira/action-surefire-report@v1
174
- # with:
175
- # report_paths: '**/target/test-reports/TEST-*.xml'
176
- # fail_if_no_tests: false
177
-
178
- # # Archive test results so we can do some diagnostics later
179
- # - name: Upload test results
180
- # uses: actions/upload-artifact@v2
181
- # if: success() || failure() # run this step even if previous step failed
182
- # with:
183
- # name: test-results-${{ matrix.javaVersion }}-${{ matrix.scalaVersion }}
184
- # path: '**/target/test-reports/TEST-*.xml'
185
-
186
159
- name : Docs
187
160
# Docs generation requires JDK 11.
188
161
if : ${{ matrix.javaVersion == 11 }}
@@ -204,6 +177,7 @@ jobs:
204
177
205
178
- name : Install scala-cli
206
179
if : ${{ matrix.javaVersion == 11 }}
180
+ # uses: VirtusLab/scala-cli-setup@v1
207
181
run : |-
208
182
curl -sS "https://virtuslab.github.io/scala-cli-packages/KEY.gpg" | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/scala-cli.gpg 2>/dev/null
209
183
sudo curl -s --compressed -o /etc/apt/sources.list.d/scala_cli_packages.list "https://virtuslab.github.io/scala-cli-packages/debian/scala_cli_packages.list"
0 commit comments