Skip to content

Commit

Permalink
πŸ’š Add role assignment for CI Build
Browse files Browse the repository at this point in the history
  • Loading branch information
sheagrief committed Oct 3, 2024
1 parent 1678a0b commit 9cf11eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,7 @@ jobs:
run: ./run_werewolf.zsh night

- name: Run werewolf vote
run: ./run_werewolf.zsh vote
run: ./run_werewolf.zsh vote

- name: Run werewolf role assignment
run: ./run_werewolf.zsh role_assignment

0 comments on commit 9cf11eb

Please sign in to comment.