Changed line endings
Some checks failed
Test and build / test (push) Failing after 1m37s

This commit is contained in:
mdnapo 2024-10-06 10:20:45 +02:00
parent 33a86882ac
commit 2918f87911

View File

@ -1,18 +1,18 @@
name: Test and build
run-name: ${{ gitea.actor }} is building MycroForge.CLI
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
- name: "Run dotnet restore"
run: dotnet restore
- name: "Run dotnet build"
run: dotnet build --no-restore
- name: "Test the image"
run: dotnet test --no-build --verbosity normal
name: Test and build
run-name: ${{ gitea.actor }} is building MycroForge.CLI
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
- name: "Run dotnet restore"
run: dotnet restore
- name: "Run dotnet build"
run: dotnet build --no-restore
- name: "Test the image"
run: dotnet test --no-build --verbosity normal