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 c1bbcaa commit 448117cCopy full SHA for 448117c
.github/workflows/test.yml
@@ -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