Skip to content

Commit 44c1382

Browse files
committed
fix(ci): build commands
1 parent 20c38b8 commit 44c1382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
env:
7070
DATABASE_URL: 'postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres'
7171
- name: Compile binary
72-
run: docker-compose run app cargo build --release
72+
run: cargo build --release
7373
env:
7474
DATABASE_URL: 'postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres'
7575
- name: Compile manage binary
76-
run: docker-compose run app cargo build --release --bin manage
76+
run: cargo build --release --bin manage
7777
env:
7878
DATABASE_URL: 'postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/postgres'
7979
- name: Build release image

0 commit comments

Comments
 (0)