You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Enhance GUI build workflow to test ISO creation
This commit enhances the GitHub Actions workflow for the GUI build test.
The workflow now performs a more comprehensive end-to-end test:
- It triggers the ISO build via the GUI's API endpoint.
- It waits for the build to complete successfully.
- It verifies that the ISO file has been created.
- It tests the download endpoint to ensure the ISO is served correctly.
This addresses the feedback from the pull request to provide more robust testing of the GUI application's core functionality.
0 commit comments