4646 run : |
4747 cp .env.sample .env
4848 mkdir -p ${DOCSRS_PREFIX}/public-html
49- docker- compose up -d db
49+ docker compose up -d db
5050 # Give the database enough time to start up
5151 sleep 5
5252 # Make sure the database is actually working
6969 --target-version 0
7070
7171 - name : Clean up the database
72- run : docker- compose down --volumes
72+ run : docker compose down --volumes
7373
7474 test :
7575 env :
9494 run : |
9595 cp .env.sample .env
9696 mkdir -p ${DOCSRS_PREFIX}/public-html
97- docker- compose up -d db s3
97+ docker compose up -d db s3
9898 # Give the database enough time to start up
9999 sleep 5
100100 # Make sure the database is actually working
@@ -111,7 +111,7 @@ jobs:
111111 cargo test --locked -- --ignored --test-threads=1
112112
113113 - name : Clean up the database
114- run : docker- compose down --volumes
114+ run : docker compose down --volumes
115115
116116 GUI_test :
117117 runs-on : ubuntu-latest
@@ -131,7 +131,7 @@ jobs:
131131 run : |
132132 cp .env.sample .env
133133 mkdir -p ${DOCSRS_PREFIX}/public-html
134- docker- compose up -d db s3
134+ docker compose up -d db s3
135135 # Give the database enough time to start up
136136 sleep 5
137137 # Make sure the database is actually working
@@ -141,7 +141,7 @@ jobs:
141141 run : ./dockerfiles/run-gui-tests.sh
142142
143143 - name : Clean up the database
144- run : docker- compose down --volumes
144+ run : docker compose down --volumes
145145
146146 fmt :
147147 name : Rustfmt
0 commit comments