File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
66
run : |
67
67
cp .env.sample .env
68
68
mkdir -p ${DOCSRS_PREFIX}/public-html
69
- docker- compose up -d db s3
69
+ docker compose up -d db s3
70
70
# Give the database enough time to start up
71
71
sleep 5
72
72
# Make sure the database is actually working
82
82
done
83
83
84
84
- name : Clean up the database
85
- run : docker- compose down --volumes
85
+ run : docker compose down --volumes
86
86
87
87
build_tests :
88
88
runs-on : ubuntu-latest
@@ -101,7 +101,7 @@ jobs:
101
101
run : |
102
102
cp .env.sample .env
103
103
mkdir -p ${DOCSRS_PREFIX}/public-html
104
- docker- compose up -d db s3
104
+ docker compose up -d db s3
105
105
# Give the database enough time to start up
106
106
sleep 5
107
107
# Make sure the database is actually working
@@ -119,7 +119,7 @@ jobs:
119
119
done
120
120
121
121
- name : Clean up the database
122
- run : docker- compose down --volumes
122
+ run : docker compose down --volumes
123
123
124
124
fmt :
125
125
name : Rustfmt
You can’t perform that action at this time.
0 commit comments