Skip to content

Commit

Permalink
setup gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Nov 17, 2020
1 parent bf26dd0 commit 867e978
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 4,20 @@ on: push

jobs:

cassandra:
test:
runs-on: ubuntu-latest

services:
cassandra:
image: cassandra
ports:
- 9042:9042
runs-on: [ubuntu-latest]

steps:
- name: check
run: |
docker ps
test:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v1

Expand Down

0 comments on commit 867e978

Please sign in to comment.