hardcoding pull url
This commit is contained in:
parent
926db39f97
commit
219ec1cee0
@ -14,6 +14,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
github-server-url: https://gitea.sheep-ghoul.ts.net
|
||||||
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
|
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
|
||||||
uses: actions/setup-dotnet@v3.0.3
|
uses: actions/setup-dotnet@v3.0.3
|
||||||
with:
|
with:
|
||||||
@ -25,25 +27,6 @@ jobs:
|
|||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-restore --verbosity normal Selector.Core.sln
|
run: dotnet test --no-restore --verbosity normal Selector.Core.sln
|
||||||
|
|
||||||
build-MAUI:
|
|
||||||
|
|
||||||
runs-on: windows-latest
|
|
||||||
name: Build MAUI
|
|
||||||
needs: [build] # for ignoring bad builds
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
dotnet-version: [ '8.0.x' ]
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
|
|
||||||
uses: actions/setup-dotnet@v3.0.3
|
|
||||||
with:
|
|
||||||
dotnet-version: ${{ matrix.dotnet-version }}
|
|
||||||
- name: Build
|
|
||||||
run: dotnet build --configuration Debug Selector.MAUI\Selector.MAUI.csproj
|
|
||||||
|
|
||||||
build-Docker:
|
build-Docker:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -53,6 +36,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
github-server-url: https://gitea.sheep-ghoul.ts.net
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v2
|
uses: docker/setup-buildx-action@v2
|
||||||
@ -92,6 +77,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
github-server-url: https://gitea.sheep-ghoul.ts.net
|
||||||
|
|
||||||
- name: Install Node ${{ matrix.node }}
|
- name: Install Node ${{ matrix.node }}
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user