run all tests on self-hosted

This commit is contained in:
Nemo 2022-09-07 17:21:00 +05:30
parent 66bf617826
commit 631d7bfd7d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
exit 1
fi
docker-tests:
runs-on: ubuntu-latest
runs-on: [self-hosted]
timeout-minutes: 5
steps:
- name: Checkout Code