This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
getssl
mirror of
https://github.com/srvrco/getssl
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
51
Wiki
Activity
Browse Source
Fix indent
pull/740/head
Tim Kimber
6 years ago
parent
989c809c1f
commit
14bca748f2
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/run-all-tests.yml
+2
-1
test/run-test.sh
+ 1
- 1
.github/workflows/run-all-tests.yml
View File
@ -30,7 +30,7 @@ jobs:
-
name
:
Build the docker-compose stack
run
:
docker-compose up -d --build
-
name
:
Run test suite on Debian
run
:
test/run-test.sh debian
run
:
test/run-test.sh debian
test-duckdns:
runs-on
:
ubuntu-latest
steps:
+ 2
- 1
test/run-test.sh
View File
@ -21,9 +21,10 @@ else
fi
docker build --rm -f
"
test/Dockerfile-
$OS
"
-t
"
getssl-
$OS
"
.
# shellcheck disable=SC2086
docker run
\
--env
GETSSL_HOST
=
"
$OS
.getssl.test
"
\
-v
$(
pwd
)
:/getssl
\
-v
"
$(
pwd
)
"
:/getssl
\
--rm
\
--network getssl_acmenet
\
--network-alias
$ALIAS
\
Write
Preview
Loading…
Cancel
Save