mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-26 13:45:21 +00:00
chore: added skip for ssl
This commit is contained in:
@@ -15,6 +15,11 @@ teardown() {
|
||||
}
|
||||
|
||||
@test "Should create SSL certificates" {
|
||||
if [ -z "$TEST_SSL" ]
|
||||
then
|
||||
skip "Skipping SSL tests"
|
||||
fi
|
||||
|
||||
../expects/install/ssl.sh "$RANDOM_NUMBER"
|
||||
|
||||
curl -ksS --head "https://${RANDOM_NUMBER}.ssl.nocodb.dev" > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user