Skip to content

Commit 448117c

Browse files
Run tests with actions
1 parent c1bbcaa commit 448117c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: CI
2+
3+
on: [push, pull_request]
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v1
9+
- name: Build and Test
10+
run: docker-compose -f docker-compose-test.yaml up --force-recreate --exit-code-from test-runner --build test-runner

0 commit comments

Comments
 (0)