spacewander commented on code in PR #7932:
URL: https://github.com/apache/apisix/pull/7932#discussion_r974910582


##########
.github/workflows/build.yml:
##########
@@ -97,6 +97,10 @@ jobs:
           rm -rf $(ls -1 --ignore=*.tgz --ignore=ci --ignore=t --ignore=utils 
--ignore=.github)
           tar zxvf ${{ steps.branch_env.outputs.fullname }}
 
+      - name: download keycloak cas provider
+        run: |
+          sudo wget 
https://github.com/jacekkow/keycloak-protocol-cas/releases/download/18.0.2/keycloak-protocol-cas-18.0.2.jar
 -O /opt/keycloak-protocol-cas-18.0.2.jar

Review Comment:
   @kingluo 
   What about moving it into `Start CI env (PLUGIN_TEST)`?



-- 
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]

Reply via email to