Skip to content

Commit ca9bbac

Browse files
committed
Introduce GitHub Action for CI
1 parent c8a200e commit ca9bbac

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: test
2+
3+
on: [push]
4+
5+
jobs:
6+
test:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v2
10+
- run: docker-compose run tests
11+
- run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)