Skip to content

Commit 667fa82

Browse files
authored
Use self-hosted runner (#58)
1 parent 669c3f4 commit 667fa82

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-and-run-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ jobs:
1919
build:
2020
strategy:
2121
matrix:
22-
# os: [ubuntu-latest, windows-latest]
23-
os: [ubuntu-latest]
2422
# java: [ '11', '17' ]
2523
java: [ '11' ]
2624

27-
runs-on: ${{ matrix.os }}
25+
runs-on: [self-hosted, usvm]
2826

2927
# Steps represent a sequence of tasks that will be executed as part of the job
3028
steps:
@@ -51,5 +49,5 @@ jobs:
5149
uses: actions/upload-artifact@v3
5250
if: always()
5351
with:
54-
name: usvm-tests-report-${{ matrix.os }}
52+
name: usvm-tests-report-linux
5553
path: ./**/build/reports/tests/test/

0 commit comments

Comments
 (0)