Files
seaweedfs/.github
chrislu d9ab0721b9 refactor: merge workflow jobs into single job
Benefits:
- Eliminates artifact upload/download complexity
- Maven artifacts stay in ~/.m2 throughout
- Simpler debugging (all logs in one place)
- Faster execution (no transfer overhead)
- More reliable (no artifact transfer failures)

Structure:
1. Build SeaweedFS binary + Java dependencies
2. Run Spark integration tests (Docker)
3. Run Spark example (host-based, push/dispatch only)
4. Upload results & diagnostics

Trade-off: Example runs sequentially after tests instead of parallel,
but overall runtime is likely faster without artifact transfers.
2025-11-23 11:29:33 -08:00
..
2022-04-24 21:44:53 -07:00
2021-12-16 11:07:53 -08:00