mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
ci(multiplayer): run agones integration gate
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
name: Agones Integration
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
paths:
|
||||
- Dockerfile
|
||||
- Makefile
|
||||
- deploy/k8s/**
|
||||
- scripts/verify_kind_agones.sh
|
||||
- .github/workflows/agones-integration.yml
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
kind-agones:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Verify disposable kind/Agones lifecycle
|
||||
run: make verify-kind-agones
|
||||
Reference in New Issue
Block a user