Skip to content

Commit 2e0c432

Browse files
committed
upgrading ubuntu version
1 parent 2da112b commit 2e0c432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- name: Typescript TSC
3333
run: cd frontend && npm install && npm run types
3434
- name: Building docker containers using docker-compose
35-
run: GO_MOD=go.mod docker-compose up --wait --build
35+
run: GO_MOD=go.mod docker compose up --wait --build
3636
- name: React tests
3737
run: cd frontend && npm test

0 commit comments

Comments
 (0)