Skip to content

Commit

Permalink
Setup CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvinev committed Sep 16, 2022
1 parent 5d9bae4 commit 5ba88b1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Docker Compose Actions Workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
# need checkout before using compose-action
- uses: actions/checkout@v3
- name: Create folders
run: |
mkdir -p var/{log,screenshots,mail,sms,gcm,downloads}
chmod -R a+rwX var
- uses: isbang/[email protected]
- name: Test
run: |
docker-compose exec -T behaving behave tests/features

0 comments on commit 5ba88b1

Please sign in to comment.