We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 669c3f4 commit 667fa82Copy full SHA for 667fa82
.github/workflows/build-and-run-tests.yml
@@ -19,12 +19,10 @@ jobs:
19
build:
20
strategy:
21
matrix:
22
-# os: [ubuntu-latest, windows-latest]
23
- os: [ubuntu-latest]
24
# java: [ '11', '17' ]
25
java: [ '11' ]
26
27
- runs-on: ${{ matrix.os }}
+ runs-on: [self-hosted, usvm]
28
29
# Steps represent a sequence of tasks that will be executed as part of the job
30
steps:
@@ -51,5 +49,5 @@ jobs:
51
49
uses: actions/upload-artifact@v3
52
50
if: always()
53
with:
54
- name: usvm-tests-report-${{ matrix.os }}
+ name: usvm-tests-report-linux
55
path: ./**/build/reports/tests/test/
0 commit comments