Skip to content

Commit

Permalink
run on self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
barduinor committed Jul 10, 2024
1 parent 262302b commit a7de90c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Unit Testing

on:
push:
branches:
Expand All @@ -11,7 +10,8 @@ env:

jobs:
test:
runs-on: ubuntu-latest-unit-tester
# runs-on: ubuntu-latest-unit-tester
runs-on: self-hosted
strategy:
# You can use PyPy versions in python-version.
# For example, pypy-2.7 and pypy-3.8
Expand Down

0 comments on commit a7de90c

Please sign in to comment.