We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a200e commit ca9bbacCopy full SHA for ca9bbac
.github/workflows/test.yml
@@ -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