mbien commented on PR #4921:
URL: https://github.com/apache/netbeans/pull/4921#issuecomment-1314333491

   would it help to upload the workspace for inspection and then diff (e.g with 
meld) the build before and after test? Maybe there is more wrong which could 
give clues what is going on there.
   
   ```yaml
         - name: Prepare Artifact
           run: tar -I 'zstd -9 -T0' -cf /tmp/ws.tar.zst --exclude ".git" .
   
         - name: Upload Workspace
           uses: actions/upload-artifact@v3
           with:
             name: ws
             path: /tmp/ws.tar.zst
             retention-days: 5
             if-no-files-found: error
   ```
   


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