Merge pull request #9358 from kleph/poc-self_hosted_runners

[poc] self-hosted - tests js
This commit is contained in:
LeSim 2023-09-19 20:05:14 +00:00 committed by GitHub
commit 57ebbf141e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -12,7 +12,12 @@ runs:
- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version-file: '.node-version'
- name: Install yarn
run: |
npm install --global yarn
shell: bash
- name: Install Node modules
run: |

View file

@ -100,7 +100,7 @@ jobs:
system_tests:
name: System tests
runs-on: ubuntu-latest
runs-on: self-hosted
services:
postgres:
image: postgis/postgis:14-3.3