mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
[ci] Remove cargo volumes from test-build workflow
This commit is contained in:
parent
17f683542b
commit
1d8217e9a0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: iceshrimp.dev/iceshrimp/ci-env:latest
|
image: iceshrimp.dev/iceshrimp/ci-env:latest
|
||||||
options: --volume /opt/iceshrimp-cache/yarn:/iceshrimp-caches/yarn --volume /opt/iceshrimp-cache/cargo:/root/.cargo --volume /opt/iceshrimp-cache/built:/iceshrimp-caches/built --volume /opt/iceshrimp-cache/target:/iceshrimp-caches/target
|
options: --volume /opt/iceshrimp-cache/yarn:/iceshrimp-caches/yarn
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
image: postgres:15
|
image: postgres:15
|
||||||
|
|
Loading…
Reference in a new issue