Skip to content

Commit

Permalink
Run tests on self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Jan 6, 2024
1 parent 55776ac commit 5342a36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
runs-on: self-hosted
container:
image: debian:latest
options:
--privileged

steps:
- name: Checkout repository
Expand Down

0 comments on commit 5342a36

Please sign in to comment.