vidakovic commented on a change in pull request #2012:
URL: https://github.com/apache/fineract/pull/2012#discussion_r777189236
##########
File path: .github/workflows/build.yml
##########
@@ -47,5 +56,24 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install ghostscript -y
- - name: Build & Test
+
+ - name: Basic Auth Build & Test
+ env:
+ - FINERACT_SECURITY_BASICAUTH_ENABLED: true
+ - FINERACT_SECURITY_OAUTH_ENABLED: false
Review comment:
Hm, now that you mention it... actually no... I was starting with a
different idea and then I guess I forgot to remove them. Good catch!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]