This commit is contained in:
parent
8fa6a6bb5d
commit
df3e0cfc50
@ -27,9 +27,11 @@ jobs:
|
|||||||
# Set default branch
|
# Set default branch
|
||||||
ref: master
|
ref: master
|
||||||
token: ${{ secrets.TOKEN_GITEA }}
|
token: ${{ secrets.TOKEN_GITEA }}
|
||||||
|
github-server-url: 'https://gitea.louisgallet.fr'
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: '7.0.x'
|
dotnet-version: '8.0.x'
|
||||||
- name: "🏗️ Build"
|
- name: "🏗️ Build"
|
||||||
run: dotnet build
|
run: dotnet build
|
||||||
- name: "✅ Test"
|
- name: "✅ Test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user