mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
ci: modernize dedicated server smoke workflow
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
name: Phase 6 dedicated server verification
|
||||
name: Dedicated Server Smoke Test
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
local-equivalent-smoke:
|
||||
dedicated-server-smoke:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
- name: Build and verify exported dedicated server
|
||||
run: make verify-phase6
|
||||
|
||||
Reference in New Issue
Block a user