Skip to content

Commit eec62d9

Browse files
committed
Merge branch 'new-core' of https://github.com/Erol444/TravianBotSharp into new-core
2 parents e1a2d17 + 4bfde18 commit eec62d9

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,7 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
test:
11-
runs-on: windows-latest
12-
steps:
13-
- name: Setup dotnet
14-
uses: actions/setup-dotnet@v2
15-
with:
16-
dotnet-version: 6.0.x
17-
18-
- name: 'Checkout repo'
19-
uses: actions/checkout@v2
20-
21-
- name: Navigate to Workspace
22-
run: cd $GITHUB_WORKSPACE
23-
24-
- name: Test bot
25-
run: dotnet test
26-
2710
build:
28-
needs: test
2911
strategy:
3012
matrix:
3113
server: [TRAVIAN_OFFICIAL, TRAVIAN_OFFICIAL_HEROUI, TTWARS]

0 commit comments

Comments
 (0)