Skip to content

Commit

Permalink
WIP: CI setup
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvinev committed Sep 5, 2022
1 parent 0511114 commit 52283d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Docker Compose Actions Workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
# need checkout before using compose-action
- uses: actions/checkout@v3
- uses: isbang/[email protected]
- name: Test
run: |
docker ps
sleep 30
docker ps
docker-compose run behaving behave tests/features

0 comments on commit 52283d1

Please sign in to comment.