Skip to content

Commit

Permalink
Use self-hosted runner (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saloed authored Sep 11, 2023
1 parent 669c3f4 commit 667fa82
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@ jobs:
build:
strategy:
matrix:
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
# java: [ '11', '17' ]
java: [ '11' ]

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

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

0 comments on commit 667fa82

Please sign in to comment.