Skip to content

Commit

Permalink
Enable manual runs of test.yml
Browse files Browse the repository at this point in the history
Manual runs of this action will allow easier troubleshooting of the serialization error detected in https://github.com/aiarena/sc2-ai-match-controller/actions/runs/12427001493/job/34696124482 on step "Run file-based integration tests":

```
Attaching to bot_controller1-1, bot_controller2-1, proxy_controller-1, sc2_controller-1
proxy_controller-1  | thread 'main' panicked at proxy_controller/src/main.rs:173:10:
proxy_controller-1  | Could not deserialize config: missing field `arena_client_id`
proxy_controller-1  | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborting on container exit...
```
  • Loading branch information
stephanzlatarev authored Jan 11, 2025
1 parent bd7296f commit e3f105a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Test"

on:
workflow_dispatch:
pull_request:
branches:
- "master"
Expand Down

0 comments on commit e3f105a

Please sign in to comment.