mirror of https://github.com/VinGarcia/ksql.git
Try to make the CI run on the manually created runner
parent
6caf9d7a80
commit
d622e0299c
|
@ -4,7 +4,7 @@ on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, single]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Pull Postgres
|
- name: Pull Postgres
|
||||||
|
|
Loading…
Reference in New Issue