diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0065213..444b574 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,7 +10,17 @@ on: branches: [ "master" ] jobs: - + container-job: + runs-on: ubuntu-latest + container: node:10.18-jessie + services: + redis: + image: redis + options: >- + --health-cmd "redis-cli ping" + --health-interval 10s + --health-timeout 5s + --health-retries 5 build: runs-on: ubuntu-latest steps: