mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 07:23:11 +00:00
action: using self hosted runner
Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
parent
c95fff8ac3
commit
c6b3e2d1a7
4
.github/workflows/linters.yml
vendored
4
.github/workflows/linters.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
linters:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ['self-hosted', 'ubuntu-22.04']
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
@ -30,4 +30,4 @@ jobs:
|
||||
run: pip install pre-commit
|
||||
|
||||
- name: Run pre-commit hooks
|
||||
run: pre-commit run --all-files
|
||||
run: pre-commit run --all-files
|
||||
|
||||
2
.github/workflows/test_common.yml
vendored
2
.github/workflows/test_common.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
tests:
|
||||
name: tests
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ['self-hosted', 'ubuntu-22.04']
|
||||
timeout-minutes: 120
|
||||
steps:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user