mirror of
https://github.com/edgegamers/Gangs.git
synced 2025-12-05 20:40:30 -08:00
ci: Add weekly trigger to Github Workflow
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -11,6 +11,8 @@ on:
|
||||
paths:
|
||||
- 'src/**'
|
||||
- '.github/workflows/nightly.yml'
|
||||
schedule:
|
||||
- cron: '15 0 * * 3' # Every Wednesday at 00:15 UTC
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
@@ -50,7 +50,7 @@ public class DisbandTests(IServiceProvider provider)
|
||||
|
||||
[Fact]
|
||||
public async Task Disband_WithOwner_ShouldAskForConfirmation() {
|
||||
var gang = await Gangs.CreateGang("Test Gang", TestPlayer);
|
||||
await Gangs.CreateGang("Test Gang", TestPlayer);
|
||||
var result = await Commands.ProcessCommand(TestPlayer,
|
||||
CommandCallingContext.Chat, Command.Name);
|
||||
var exp = Locale.Get(MSG.COMMAND_GANG_DISBAND_WARN);
|
||||
|
||||
Reference in New Issue
Block a user