suite3
This commit is contained in:
@@ -74,7 +74,6 @@ jobs:
|
|||||||
- name: Upload Test Result Files
|
- name: Upload Test Result Files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test-results
|
|
||||||
name: test-results
|
name: test-results
|
||||||
path: ${{ github.workspace }}/**/TestResults/**/*
|
path: ${{ github.workspace }}/**/TestResults/**/*
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|||||||
@@ -1,24 +1,24 @@
|
|||||||
# name: dotnet package
|
name: dotnet package
|
||||||
|
|
||||||
# on: [push]
|
on: [push]
|
||||||
|
|
||||||
# jobs:
|
jobs:
|
||||||
# build:
|
build:
|
||||||
|
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# strategy:
|
strategy:
|
||||||
# matrix:
|
matrix:
|
||||||
# dotnet-version: [ '8.0.x' ]
|
dotnet-version: [ '8.0.x' ]
|
||||||
|
|
||||||
# steps:
|
steps:
|
||||||
# - uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
# - name: Setup dotnet
|
- name: Setup dotnet
|
||||||
# uses: actions/setup-dotnet@v3
|
uses: actions/setup-dotnet@v3
|
||||||
# with:
|
with:
|
||||||
# dotnet-version: '8.0.x'
|
dotnet-version: '8.0.x'
|
||||||
# - name: Install dependencies
|
- name: Install dependencies
|
||||||
# run: dotnet restore ./src/LittleTown.sln
|
run: dotnet restore ./src/LittleTown.sln
|
||||||
# - name: Build
|
- name: Build
|
||||||
# run: dotnet build ./src/LittleTown.sln
|
run: dotnet build ./src/LittleTown.sln
|
||||||
# - name: Test with the dotnet CLI
|
- name: Test with the dotnet CLI
|
||||||
# run: dotnet test ./src/LittleTown.sln
|
run: dotnet test ./src/LittleTown.sln
|
||||||
Reference in New Issue
Block a user