Skip to content

Commit

Permalink
Fix favicon.ico build bug and modify CI to run on PR (dotnet-architec…
Browse files Browse the repository at this point in the history
  • Loading branch information
timheuer authored Nov 11, 2020
1 parent 2e9ac0f commit c2fe05d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: eShopOnWeb Build and Test

on: [push]
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand All @@ -12,8 +12,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.201
dotnet-version: 3.1.x

- name: Build with dotnet
run: dotnet build ./eShopOnWeb.sln --configuration Release

- name: Test with dotnet
run: dotnet test ./eShopOnWeb.sln --configuration Release
1 change: 1 addition & 0 deletions eShopOnWeb.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
docker-compose.override.yml = docker-compose.override.yml
docker-compose.yml = docker-compose.yml
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
README.md = README.md
EndProjectSection
EndProject
Expand Down
Binary file removed src/BlazorAdmin/wwwroot/favicon.ico
Binary file not shown.

0 comments on commit c2fe05d

Please sign in to comment.