Skip to content

Commit 1f366a7

Browse files
committed
Add default server to the server login tests matrix
1 parent d162cdf commit 1f366a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ jobs:
7979
fail-fast: false
8080
matrix:
8181
include:
82+
- server: default
83+
host_secret: INTEGRATION_TESTS_HOST
84+
username_secret: INTEGRATION_TESTS_USERNAME
85+
password_secret: INTEGRATION_TESTS_PASSWORD
8286
- server: lts
8387
host_secret: INTEGRATION_TESTS_LTS_HOST
8488
username_secret: INTEGRATION_TESTS_LTS_USERNAME

0 commit comments

Comments
 (0)