mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
ci: add ENet integration coverage
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
name: ENet Integration Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
enet-integration:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v7
|
||||
- name: Build the pinned Godot test image
|
||||
run: docker build --target exporter -t cosmic-clash-enet-tests .
|
||||
- name: Run multi-process ENet smoke tests
|
||||
run: docker run --rm cosmic-clash-enet-tests bash scripts/verify_enet_integration.sh
|
||||
Reference in New Issue
Block a user