Skip to content

Commit d23afd5

Browse files
authored
Update push_build_and_test.yml
1 parent e75e399 commit d23afd5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/push_build_and_test.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ name: BuildAndTest
33
on:
44
push:
55
pull_request:
6-
6+
77
jobs:
8-
build:
9-
8+
buildAndTest:
109
runs-on: ubuntu-20.04
11-
10+
defaults:
11+
run:
12+
working-directory: ./app
13+
1214
steps:
1315
- uses: actions/checkout@v2
1416
- name: Setup .NET

0 commit comments

Comments
 (0)