We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7f9b6 commit b44edd2Copy full SHA for b44edd2
.github/workflows/ci.yml
@@ -32,5 +32,7 @@ jobs:
32
- uses: actions/checkout@v3
33
- name: Typescript TSC
34
run: cd frontend && npm install && npm run types
35
+ - name: Building docker containers using docker-compose
36
+ run: GO_MOD=go.mod docker-compose up --wait --build
37
- name: React tests
38
run: cd frontend && npm test
0 commit comments