mbien commented on code in PR #6160:
URL: https://github.com/apache/netbeans/pull/6160#discussion_r1257233696


##########
.github/workflows/main.yml:
##########
@@ -1997,6 +2000,12 @@ jobs:
       - name: tomcat5
         run: ant $OPTS -f enterprise/tomcat5 test
 
+      - name: enterprise/web.jsf
+        run: ant $OPTS -f enterprise/web.jsf test

Review Comment:
   `testPrettyFacesModel: 
org.netbeans.modules.web.jsf.metamodel.SeveralXmlModelTest` failed on first 
attempt but worked after restart.
   https://github.com/apache/netbeans/actions/runs/5493785724/attempts/2
   https://github.com/apache/netbeans/actions/runs/5493785724/attempts/3
   
   lets wrap this into the retry script to reduce the whack-a-mole factor
   ```yaml
          run: .github/retry.sh ant $OPTS -f enterprise/web.jsf 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to