]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
...and the SMTP tests
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 Jun 2021 02:13:30 +0000 (21:13 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 Jun 2021 02:13:30 +0000 (21:13 -0500)
.github/workflows/ci.yml

index 04488caa0a19f2d34b124c4681aa0119c83494a4..57740548e17fae76e14225f03611f0f89c5afbd3 100644 (file)
@@ -274,8 +274,6 @@ jobs:
         make ci-test
 
       env:
-        SMTP_TEST_SERVER: 127.0.0.1
-        SMTP_TEST_SERVER_PORT: 2525
         SQL_MYSQL_TEST_SERVER: 127.0.0.1
         SQL_POSTGRESQL_TEST_SERVER: 127.0.0.1
         LDAP_TEST_SERVER: 127.0.0.1
@@ -283,6 +281,8 @@ jobs:
         REST_TEST_SERVER: 127.0.0.1
         REST_TEST_SERVER_PORT: 8080
         REST_TEST_SERVER_SSL_PORT: 8443
+#       SMTP_TEST_SERVER: 127.0.0.1
+#       SMTP_TEST_SERVER_PORT: 2525
 #       REDIS_TEST_SERVER: 127.0.0.1
 #       REDIS_IPPOOL_TEST_SERVER: 127.0.0.1
 #       IMAP_TEST_SERVER: 127.0.0.1