git.99rst.org
/
roundcube-roundcubemail-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
ede1617
)
Migrate to docker compose v2
author
Thomas B.
<redacted>
Sun, 4 Aug 2024 20:59:41 +0000
(22:59 +0200)
committer
GitHub
<redacted>
Sun, 4 Aug 2024 20:59:41 +0000
(22:59 +0200)
.github/workflows/build.yml
patch
|
blob
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index df019c549f3c6c22daf52a368b756dd356c2424f..768d88fd3d25ef7b08417a282127da81c4450a6c 100644
(file)
--- a/
.github/workflows/build.yml
+++ b/
.github/workflows/build.yml
@@
-69,6
+69,6
@@
jobs:
set -exu;
for testFile in ${{ join(matrix.test-files, ' ') }};
do
- docker
-
compose -f ./tests/docker-compose.test-${testFile}.yml \
+ docker
compose -f ./tests/docker-compose.test-${testFile}.yml \
up --exit-code-from=sut --abort-on-container-exit
done
git clone https://git.99rst.org/PROJECT