
Some checks are pending
/ test-timezone (push) Waiting to run
/ services-test (push) Successful in 1s
/ hashFiles (push) Successful in 0s
/ go-hashfiles (push) Successful in 25s
/ job1 (push) Successful in 0s
/ job2 (push) Successful in 0s
/ job3 (push) Has been skipped
15 lines
278 B
YAML
15 lines
278 B
YAML
on:
|
|
push:
|
|
workflow_dispatch:
|
|
jobs:
|
|
services-test:
|
|
runs-on: ubuntu-latest
|
|
services:
|
|
redis:
|
|
image: redis:alpine
|
|
ports:
|
|
- 6379:6379
|
|
steps:
|
|
- name: Test with Redis
|
|
run: |
|
|
docker ps --format "table {{.Names}}" |