Skip to content

Commit 308ea61

Browse files
committed
try go back to running build.yml
1 parent 1faeb27 commit 308ea61

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ on:
55
push:
66
paths:
77
- 'Dockerfile'
8+
- './api/MyApp.sln'
89

910
jobs:
1011
build:
1112
runs-on: ubuntu-20.04
1213
steps:
13-
- uses: actions/checkout@v2
14-
- uses: actions/setup-dotnet@v1
14+
- name: checkout
15+
uses: actions/checkout@v2.0.0
16+
- name: Setup dotnet
17+
uses: actions/setup-dotnet@v1
1518
with:
1619
dotnet-version: '6.0'
1720
include-prerelease: true
1821
- run: dotnet build ./api
19-
- run: dotnet test ./api/MyApp.Tests
22+
- run: dotnet test ./api/MyApp.Tests

0 commit comments

Comments
 (0)