Skip to content

Commit b44edd2

Browse files
committed
i dont know how to title these commits anymore
1 parent 4c7f9b6 commit b44edd2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333
- name: Typescript TSC
3434
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
3537
- name: React tests
3638
run: cd frontend && npm test

0 commit comments

Comments
 (0)