We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebb97a commit 4bfde18Copy full SHA for 4bfde18
.github/workflows/build.yml
@@ -7,25 +7,7 @@ on:
7
workflow_dispatch:
8
9
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
27
build:
28
- needs: test
29
strategy:
30
matrix:
31
server: [TRAVIAN_OFFICIAL, TRAVIAN_OFFICIAL_HEROUI, TTWARS]
0 commit comments