Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
winjeg authored Mar 27, 2024
1 parent dae807e commit a7415b7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7415b7

Please sign in to comment.