diff options
author | takayamaki <fsgiko@gmail.com> | 2018-10-21 00:28:04 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-10-20 17:28:04 +0200 |
commit | 33976c8ecc6bd5e75b918737b224c9d4388f6516 (patch) | |
tree | dbcbfd0194ca3948e02082830be0ca0aaacce483 /.circleci | |
parent | fd5285658f477c5b6a9c7af0935b5c889729b2e0 (diff) |
fix: Execute PAM authentication tests on CircleCI (#9029)
and use 'if' option of context block
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 20688b8e9..674d1b02d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,6 +13,9 @@ aliases: ALLOW_NOPAM: true CONTINUOUS_INTEGRATION: true DISABLE_SIMPLECOV: true + PAM_ENABLED: true + PAM_DEFAULT_SERVICE: pam_test + PAM_CONTROLLED_SERVICE: pam_test_controlled working_directory: ~/projects/mastodon/ - &attach_workspace |