hardcoding pull url
Some checks failed
ci / Build Frontend (21) (push) Failing after 57s
ci / Build & Unit Test (8.0.x) (push) Failing after 1m22s
ci / Build Containers (push) Has been skipped

This commit is contained in:
Andy Pack 2024-07-19 17:19:59 +01:00
parent 926db39f97
commit 219ec1cee0
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
github-server-url: https://gitea.sheep-ghoul.ts.net
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v3.0.3
with:
@ -25,25 +27,6 @@ jobs:
- name: Test
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:
runs-on: ubuntu-latest
@ -53,6 +36,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
github-server-url: https://gitea.sheep-ghoul.ts.net
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
@ -92,6 +77,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
github-server-url: https://gitea.sheep-ghoul.ts.net
- name: Install Node ${{ matrix.node }}
uses: actions/setup-node@v2